[JAVA3D] Differences between Java3D 1.1.x and Java3D 1.2beta2

2000-04-23 Thread Martin Baker
Differences between Java3D 1.1.x and Java3D 1.2beta2 - I have been trying my program with Java3D 1.2beta2, there appear to be a lot of differences than when its run under Java3D 1.1.x. Can anyone tell me if these differences are due to bugs

[JAVA3D] HELP: Thread Synchronization

2000-04-23 Thread David Charles Hirschfield
I haven't been able to find much in the way of documentation on this subject, so any help will be greatly appreciated. I have a physics simulation running which simulates the gravitational interaction of a bunch of masses in 3d space. That simulation code is entirely mathematical and runs in its

[JAVA3D] [ANNOUNCE] Jun for Java 306

2000-04-23 Thread Yoshiyuki NISHINAKA
We have released a new version, 306, of "Jun for Java". The major changes since the version 301 includes: * VRML reader is enhanced. http://www.sra.co.jp/people/aoki/Jun/Topics/VRML97/index.html * Hidden-Line Rendering is supported as a new presentation in addition to S

[JAVA3D] HELP: Making camera a child

2000-04-23 Thread David Charles Hirschfield
So here's something I would just LOVE to do, but am not even really sure how to begin doing in java3d: Make the camera a child of a moving 3d object. I want the "view"/"camera" whatever, to be attached to a moving object in the scene, so that whereever that scene object goes, the camera follows.