Hello,
I tested the code you posted in the HelloUniverse and it never caused
deadlock. I also modified the code to create a new frame and show it with
the canvas. This also worked.
Linux/J2SDK 1.4.2_04/OGL/Java3D 1.3.2b4
There should not be a problem with swing deadlocking since the action
liste
>On Fri, 9 Jul 2004 09:35:44 -0400, Mike Pilone <[EMAIL PROTECTED]> wrote:
>Hello,
>
>I tested the code you posted in the HelloUniverse and it never caused
>deadlock. I also modified the code to create a new frame and show it with
>the canvas. This also worked.
>
>Linux/J2SDK 1.4.2_04/OGL/Java3D 1
Hi all,
I'm wondering if anyone has a trick or figure out if one can start Alpha with
certain value. What I mean, I want to start an interpolator with Alpha
starting from, ie. 0.4, then continue to 1 and loop (according to the
loopcount). I've read the API and try to figure something out but I have
Hi all,
does anyone know how to convert the scaleOrientation information in a VRML
file to a Transform3D from Java3D???
Thanks
Serge Bernier
===
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of th
Serge Bernier wrote:
Hi all,
does anyone know how to convert the scaleOrientation information in a VRML
file to a Transform3D from Java3D???
Not directly. We do it as part of a large series of matrix multiplies
for all the Transform fields to make the final matrix that we use for
Java3d.
Here's th