These classes are not currently a part of the official api, so they
don't put them under javax.* heading and don't publish the
documentation. They are, however, indispensible. I hate this. Anyway,
what I did is the following. There are probably better answers.
0. make sure you check the option to install the utilities source when
you install the sdk version of Java3D
1. find a file called java3D-utils-src.jar in your jdk1.2 or jdk1.2.1
directory.
2. unjar it (you'll get all the source files in the proper directory
structure)
3. run javadoc on these source files. (they have been kind enough to at
least put javadoc comments in them)
we have NT here at work so what I did is the following.
I used WinZip to unjar the source jar file.
I used the dos command "dir /s/b/a-d" in the top level directory of the
source files extracted from the jar file and had it output to a file
called "javaSourceFiles". This file should contain the names of all the
files in all of the subdirectorys of this top level directory. You may
have to make sure only source files are in there. If not, you can edit
"javaSourceFiles".
I used the @ option and this file I made, "javaSourceFiles", in javadoc
so that it could know all the files to run on.
I'm not sure this is a good or proper way to use javadoc. Its just
something I did in a hurry.
Hope this helps. I only claim that this is "an" answer, not "the"
answer.
Rich
Matthew Carpenter wrote:
>
> I'm so sorry to bother you all with this sad question, but I haven't
> been able to find the answer and you all seem to know so much... I am
> attempting to use a method that returns a "com.sun.j3d.loaders.Scene"
> and yet I only can find documentation stating that I have
> "javax.media.j3d.*" Can anyone put me out of my misery and tell me
> where I find the com.sun.j3d packages? Thank you!
>
> Matthew Carpenter
>
> Ps. I hope you enjoy the break from head-scratching, knuckle-torquing
> questions I have provided <smile>
> ===
> Matthew Carpenter
> BACS, CNI, CNE, CNA
> [EMAIL PROTECTED]
> Enterprise Information Systems
> *Network Consulting, Integration & Support
> *Web Development and E-Commerce
> *Custom Application Development
> _________________________________________________________
> Do You Yahoo!?
> Free instant messaging and more at http://messenger.yahoo.com
> =====================================================================
> To subscribe/unsubscribe, send mail to [EMAIL PROTECTED]
> Java 3D Home Page: http://java.sun.com/products/java-media/3D/
=====================================================================
To subscribe/unsubscribe, send mail to [EMAIL PROTECTED]
Java 3D Home Page: http://java.sun.com/products/java-media/3D/