Re: [JAVA3D] Java3D API tutorials and books

2000-01-02 Thread Eric Arnold
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

[JAVA3D] Where can get JAVA 3D API SOURCE CODE?

2000-01-02 Thread Canoe
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

Re: [JAVA3D] Where can get JAVA 3D API SOURCE CODE?

2000-01-02 Thread Eric Reiss
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