|
As long as you have Java3D installed into the same
JVM that Forte is using, you don't have to do anything for your code to
compile.
If you want to enable the intellesense-like
function name completion, you need to temporarily mount the jars into your
project. Those are located in JAVA_HOME/jre/lib/ext (e.g.,
C:\j2sdk1.4.1_01\jre\lib\ext on my system) and are called:
vecmath.jar
j3dcore.jar
j3dutils.jar
j3daudio.jar
Then right-click on each jar in your mounted
filesystem tree and select "update parser database". Enter a new name for
each db. I normally just enter the name of the jar and the version (e.g.,
vecmath13).
After that, you can dismount the jars if you want
to.
Don't forget to mount the java3d docs in the doc
tree, as well.
|
- [JAVA3D] How to add 3D API to java forte software philip robinson
- Kevin J. Duling
