Re: [JAVA3D] Rotate around 2 different axis

2002-04-28 Thread Silvano Malfatti
rotation around Y and > > then a rotation around X. > > > > My problem is that when i rotate the second time, the first rotation is > > cancelled. > > > > Can someone help me? > > &g

Re: [JAVA3D] How to use DXF Format File in Java3D?

2002-04-28 Thread Silvano Malfatti
You must be use a ModelLoader. Example: Scene scene = new Scene(); ModelLoader loader = new ModelLoader(); BranchGroup bg = new BranchGroup(); scene = loader.load("file.dxf"); bg = scene.getSceneGraph(); so..now add the BranchGraph in your universe.. SILVANO MALFATTI COMPUT

[JAVA3D] reset position

2002-04-22 Thread Silvano Malfatti
I imported an object DXF to my universe, but I don“t know your position. How can I to do to init the object in the positio 0.0,0.0,0.0 SILVANO MALFATTI COMPUTER SCIENCE - URI University

[JAVA3D] DXF Problems

2002-04-19 Thread Silvano Malfatti
Exception loading file from path:java.io.FileNotFoundException if you have any example, please, send-me.. Thanks a lot.. SILVANO MALFATTI COMPUTER SCIENCE - URI University - === To

Re: [JAVA3D] 3DS & DXF Loader

2002-04-18 Thread Silvano Malfatti
Exception loading file from path:java.io.FileNotFoundException if you have any example, please, send-me.. Thanks a lot.. SILVANO MALFATTI COMPUTER SCIENCE - URI University - === To