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".

Reply via email to