![]() |
![]() |
![]() |
![]() |
123 |
TransparencyAttributes myTA = new TransparencyAttributes( );
myTA.setTransparency( 0.5f );
myTA.setTransparencyMode( TransparencyAttributes.BLENDED );
Appearance myAppear = new Appearance( );
myAppear.setTransparencyAttributes( myTA );
Shape3D myShape = new Shape3D( myGeom, myAppear );