Re: [JAVA3D] ClassCastException from javax.media.j3d.GeometryAtom

2003-04-04 Thread Kelvin Chung
Bill Hibbard wrote: We occasionally see these Exceptions: java.lang.ClassCastException: javax.media.j3d.GeometryAtom at javax.media.j3d.TransformGroupRetained.setTransform(TransformGroupRetained.java:161) at javax.media.j3d.TransformGroup.setTransform(TransformGroup.java:111)

Re: [JAVA3D] OrientedShape3D behaving abnormally

2003-04-04 Thread Alessandro Borges
You are welcome. I think you just need one TG, but I must test it first ... Alessandro - Original Message - From: "Martin Traverso" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, April 04, 2003 3:04 PM Subject: Re: [JAVA3D] OrientedShape3D behaving abnormally > Thanks Alessan

Re: [JAVA3D] OrientedShape3D behaving abnormally

2003-04-04 Thread Martin Traverso
Thanks Alessandro! That fixed it! Now, I have another question, if you don't mind: if I want to use several OrientedShapes, do I need to place each one under it's own TransformGroup? Regards, Martin -Original Message- From: Discussion list for Java 3D API [mailto:[EMAIL PROTECTED] Behalf

Re: [JAVA3D] Best way to generate animation files (.mov) from a scenegraph ... or VRML

2003-04-04 Thread P. Flavin
This movie was made with Java3d: http://home.rochester.rr.com/javajava/media/darts_animation_movie.mov From this VRML file: http://www.frontiernet.net/~imaging/shout3d/models/H-Anim/darts_animation_VRML.wrl Artur Matos wrote to java3d-interest list: | | Hi to all, | | Sorry if this is a newbie

Re: [JAVA3D] AW: [JAVA3D] RE : [JAVA3D] RE : [JAVA3D] JDialog and Java3D

2003-04-04 Thread Pasi Paasiala
Title: RE: [JAVA3D] AW: [JAVA3D] RE : [JAVA3D] RE : [JAVA3D] JDialog and Java3D I think that you have the problem if you open a modal dialog in swing event loop, for example, in a button listener. The ui doesn't update until you have returned from the action. I'd advice to use th

[JAVA3D] AW: [JAVA3D] RE : [JAVA3D] RE : [JAVA3D] JDialog and Java3D

2003-04-04 Thread Florin Herinean
Well, I don't know what's wrong in your app. I looked on your code and apparently is ok. However, I'm able to create modal dialogs containing canvas3d's in an app containing it's own canvas3d without problems. My app is doing exactly the same thing as you describe, I have a JFrame with a 3d scene

[JAVA3D] AW: [JAVA3D] Best way to generate animation files (.mov) from a s cenegraph ... or VRML

2003-04-04 Thread Florin Herinean
To Paul: I'm sorry Paul, but you have understood nothing ! To Artur Matos: My answer was directly targeted at your specific request. I was not saying that you cannot make movies in java3d, all that I said is that you cannot do what you want, specifically: but I would like to find a solution tha

[JAVA3D] JVM problem during processing

2003-04-04 Thread hterrolle
Hi,   I am testing my application. But i got an exception acces memory after a certain time. How to report it because i do not have log only a dialog box windows that sais error JVM.DLL.   thanks

Re: [JAVA3D] Question about the AxisAngle class

2003-04-04 Thread Nikolai V. Chr.
David Ben-Yaacov wrote: AxisAngle4f axisAngle = new AxisAngle4f(-1, -1, -1, (float)0); foo.setRotation(axisAngle); I would think that the AxisAngle perfectly describes a rotational component pointed downward and to the lower left, and that the Transform3D would now be pointed towards that directio