[JAVA3D] Java3D in Matlab?

2004-04-29 Thread Skygoth
Hello, I have been designing an interface for some specific work my group has been doing in Matlab, and we recently decided to move over to Java3D. I re-designed the interface in Eclipse, then went to work on moving it over to Matlab, and discovered that the Matlab environment doesn't seem to work

[JAVA3D] Install Anywhere and X3D loader

2004-04-29 Thread Silvano Maneck Malfatti
I am using the Install Anywhere to generate a install program to my application.. But It don't work..The problem is a X3D loader that I use to load vrml files... I don't know how configure the X3D Loader on Install Anywhere program..anybody know the steps to configure the X3D Loader and Install A

Re: [JAVA3D] Why does translation affect rotation values

2004-04-29 Thread N. Vaidya
Nikolai, See if the following modifications are what you're looking for: . t.getRotationScale(rotationScale); // begin mods: double tscale = t.getScale(); rotationScale.mul( 1.0 / tscale ); // end mods: . Your test results should now be identical. AxisAngle4d.set( Matrix3

Re: [JAVA3D] Stopping a thread

2004-04-29 Thread Florin Herinean
Read the official API docs again ! First of all, the interrupt() does NOT stop a thread ! interrupt() does special actions *ONLY* if the thread to be interrupted is in a waiting state, i.e. in wait(), join(), sleep(), blocked in a nio Selector or in a blocking IO operation (reading from a plain s

Re: [JAVA3D] Why does translation affect rotation values

2004-04-29 Thread Florin Herinean
I've tryied it many times: regardless if I comment out setTranslation or not, the outputs are different. Outputs are the same *only* if I comment out setScale from your code or set the scale value to 1.0d. Are you sure you're recompiling the program after commenting the setTranslation ? I'm usin

Re: [JAVA3D] Java3D and FullScreen?

2004-04-29 Thread Jeremy Booth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Andy wrote: | Hi, anyone can provide me the code for making a Java3D application full | screen enabled without any border decorations? Hi ~ You might also want to take a look at my full screen demo at http://www.computerbooth.com/ (in the java 3D stuff