Re: [JAVA3D] ScaleOrientation from vrml to java3d

2004-07-09 Thread Justin Couch
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

[JAVA3D] ScaleOrientation from vrml to java3d

2004-07-09 Thread Serge Bernier
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

[JAVA3D] Starting Alpha from certain value

2004-07-09 Thread Reuben D. Budiardja
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

Re: [JAVA3D] Issue with Runtime instantiation of Canvas3D

2004-07-09 Thread N. Vaidya
>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

Re: [JAVA3D] Issue with Runtime instantiation of Canvas3D

2004-07-09 Thread Mike Pilone
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