![]() |
![]() |
![]() |
![]() |
134 |
RenderingAttributes myRA = new RenderingAttributes( );
myRA.setDepthBufferEnable( false );
myRA.setAlphaTestFunction( RenderingAttributes.NEVER );
Appearance myAppear = new Appearance( );
myAppear.setRenderingAttributes( myRA );
Shape3D myShape = new Shape3D( myGeom, myAppear );