![]() |
![]() |
![]() |
![]() |
131 |
PolygonAttributes myPA = new PolygonAttributes( );
myPA.setCullFace( PolygonAttributes.CULL_NONE );
myPA.setPolygonMode( PolygonAttributes.POLYGON_FILL );
Appearance myAppear = new Appearance( );
myAppear.setPolygonAttributes( myPA );
Shape3D myShape = new Shape3D( myGeom, myAppear );