That's why I have left out the TransparencyAttributes in my code at all. You just don't need them. It's obvious, that you can't see a completely transparent label. It seems this has worked only because of the bug present in versions before 1.3b1.
Regards, Ingo > Just found a clue, I'm no J3d expert so I don't understand why but if I > change the following line (~122)... > > TransparencyAttributes ta = new > TransparencyAttributes(TransparencyAttributes.FASTEST, 1.0f); > > to a transparency of 0f... > > TransparencyAttributes ta = new > TransparencyAttributes(TransparencyAttributes.FASTEST, 0f); > > Then I can see the labels, I can also see the label throu other objects > in my scene which doesn't happen with the raster code I use. > > Jason. =========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".