![]() |
![]() |
![]() |
![]() |
227 |
TextureAttributes myTA = new TextureAttributes( );
Transform3D myTrans = new Transform3D( );
myTrans.set( new Vector3f( 0.25f, 0.0f, 0.0f ) );
myTA.setTextureTransform( myTrans );
Appearance myAppear = new Appearance( );
myAppear.setTextureAttributes( myTA );
Shape3D myShape = new Shape3D( myText, myAppear );