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)
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
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
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
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
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
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
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
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