Transform3D trans = new Transform3D();
i use this method!!
trans.applyRotateX(Math.PI/4.0d);
but exists applyRotateX in the Transform3D
class??? how I use this???
|
- Re: [JAVA3D] Class problem silvano
- Re: [JAVA3D] Class problem Paul James
Transform3D trans = new Transform3D();
i use this method!!
trans.applyRotateX(Math.PI/4.0d);
but exists applyRotateX in the Transform3D
class??? how I use this???
|