![]() |
![]() |
![]() |
![]() |
112 |
ColoringAttributes myCA = new ColoringAttributes( );
myCA.setColor( 1.0f, 1.0f, 0.0f );
myCA.setShadeModel( ColoringAttributes.SHADE_GOURAUD );
Appearance myAppear = new Appearance( );
myAppear.setColoringAttributes( myCA );
Shape3D myShape = new Shape3D( myGeom, myAppear );