[JAVA3D] How to ensure that a Canvas3D is refreshed?

2002-09-17 Thread Tomas Normark
synchronize or focus problems involved in this mixing of Swing and Canvas3D, since it works sometimes and fails sometimes? We are using JDK 1.3.1_04 and Java3D 1.2.1_03. Tomas Normark === To unsubscribe, send email to [EMAIL PROTECTED

Re: [JAVA3D] What's the status of Java3D for Mac OS-X ?

2002-09-13 Thread Tomas Normark
mean that we can expekt a Java3D version for Mac OS-X during the coming 12 months? Tomas Normark === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D-INTEREST"

[JAVA3D] What's the status of Java3D for Mac OS-X ?

2002-09-12 Thread Tomas Normark
ure on Apple and Sun, in order to get Java3D released for Mac OS-X as soon as possible. Tomas Normark === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D-INTERES

[JAVA3D] What's the catch in using mouselisteners on canvas3d instead of behaviors?

2001-06-06 Thread Tomas Normark
I want to implement interactions with a live scene graph such as selecting faces on an object or orbiting around and zooming in on it. The easy way to do this seems to be to register mouselisteners on the canvas3d and have them make appropriate updates to the scene graph. When I look at the Sun u