Hi,

Can someone please help me with setting transparency for objects using the latest 
version of the Java 3D libraries?

TransparencyAttributes t_attr =
                    new TransparencyAttributes(
                    TransparencyAttributes.NICEST,
                    transparencyValue,
                    TransparencyAttributes.BLEND_SRC_ALPHA,
                    TransparencyAttributes.BLEND_ONE);

Used to work fine for blending colors for use with red/green or red/blue glasses, but 
doesn't anymore.

I tried various alternatives, but I always get either random or alternate obscuring of 
the two views instead of the blending that I used to see.

The program I am trying to update is Pyramid.java at fungames.org.

Thanks.

===========================================================================
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