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