Create TextureAttributes TextureAttributes myTA = new TextureAttributes( ); Set the texture mode to MODULATE myTA.setTextureMode( Texture.MODULATE ); Set the texture attributes on an Appearance Appearance myAppear = new Appearance( ); myAppear.setTextureAttributes( myTA );
TextureAttributes myTA = new TextureAttributes( );
myTA.setTextureMode( Texture.MODULATE );
Appearance myAppear = new Appearance( ); myAppear.setTextureAttributes( myTA );