Media Section Index | Page 5
What core Java library version is required to support Java 3D?
The version of the Java runtime environment or SDK required by Java 3D varies from implementation to implementation.
Many Java 3D implementations, including those from Sun for Solaris and Win32...more
Where can I find class hierarchy diagrams of the Java 3D classes?
There is rather large one the javax.media.j3d package from Java 3D Land www.j3d.org/faq/java3dland/javax.media.j3d.gif.
more
Where can I find a tutorial on Java 3D?
Sun has an excellent tutorial on the Java Developer Connection (JDC) site:
developer.java.sun.com/developer/onlineTraining/java3d
(free username and password required)
There are several ot...more
How I can load a VRML node into Java3D? Where can I find a VRML Loader and how do I use it?
You have a couple options. First, I would suggest that you visit the "J3D File Loader Archives" at:
www.j3d.org/utilities/loaders.html
The Xj3D Loader from Web3D.org will likely m...more
I am having DLL problems with Java 3D on Win32. Compilation (javac) works fine, but I get a runtime error trying to run the simplest programs. I have included part of the stackdump below.
I am having DLL problems with Java 3D on Win32. Compilation (javac) works fine, but I get a runtime error trying to run the simplest programs. I have included part of the stackdump below.
...more
Are there any free loaders available to load 3D models into Java 3D? If so, where are these loaders located on the Web? I am specifically interested in the 3D Studio model format and any links you have to get some ready made objects. Also, are you aware of any Inventor, Renderman, or Povray loaders?
The best resource for finding Java 3D loaders is the J3D.org File Loader Archives at:
www.j3d.org/utilities/loaders.html
3D Studio loaders are linked to from the above URL. I am not aware o...more
I am looking for Java Media programming courses. Any contacts, details, instructors would be appreciated.
I speak frequently on Java Media programming. I also give short tutorials on Java Media in general, including information on Java 3D, at many professional conferences.
I have taught a half day...more
I would like to know if you (Bill Day) have your own website where I can learn more about Java Media programming.
Yes, I do have a web site that contains more information about Java Media programming. You can find it at:
www.billday.com
(Click on the 'Professional' link at the top of the page.)
Or, li...more
What is the latest release of the Java Media APIs?
You can visit the homepage of each of the particular Java Media APIs to find the latest release numbers, specifications, and download links. All of the API homepages are linked to from Sun's Java...more
Which platforms support Java 3D? Where can I download a copy of Java 3D for my platform?
I am aware of the following implementations of Java 3D:
Sun's Solaris and Win32 runtimes.
SGI's IRIX implementation.
HP's HP-UX version.
Blackdown has a Linux port of Java 3D in the works...more
What do I need to get started with Java 3D?
You need the platform-specific Java3D SDK and RE. These files can be obtained on: http://java.sun.com/products/java-media/3D/.
I had some problems with running the Java3D applets in a browser. I ...more
Where can I find the API documentation for the Java 2D classes?
It's available from Sun's J2SE 1.3 documentation page. There is also a special page for the Java 2D-specific features.more
Where can I find the API documentation for the Java 3D classes?
It's available from Sun's Java 3D documentation page.
Where can I find the API documentation for the Java Advanced Imaging classes?
It's available from Sun's Java Advanced Imaging documentation page. You'll need to download it.
Where can I find the API documentation for the Java Media Framework classes?
It's available from Sun's Java Media Framework documentation page.