the best one I have found is the Java 3D tutorial on the Sun site. It is
still just in the online version, but I think they are going to make a
printed version soon. I have also used Ready to Run Java 3D, but I don't
know that I would recommend it... it is more for web programmers who want
to u
Hi all,
I can't find java 3d API source code on SUN's
website, I would like to learn something by study the API class such as
ColorCube and PositionPathInterplator class.
Anybody can helpme?
Thanks!!!
Jiang
The source files are in a jar file that is included with the API.
java3d-utils-src.jar
Where ever you installed the Java3D API you will find the jar file.
If you expand the jar file, the colorcube source file for example will be
under this path:
src/com/sun/j3d/utils/geometry/ColorCube.java