3D import statements?

Hello, I'm relatively new to java (i've had one high-school class) and I am trying to make a 3D map. I found a tutorial that seems to do what I want to do, but when I try to compile it there are tons of errors. I believe that the tutorial is somewhat old, so the import statements are outdated. I looked on the API, but I couldn't find any of the classes. Does anyone know what these are?

import javax.media.j3d.*;

import javax.vecmath.*;

import com.sun.j3d.utils.universe.*;

import com.sun.j3d.utils.behaviors.vp.*;

import com.sun.j3d.utils.applet.MainFrame;

import com.sun.j3d.loaders.Scene;

import com.glyphein.j3d.loaders.milkshape.*;

The tutorial is here: http://www.newview.co.uk/tutorials/java3d/

Thanks for any help!

[788 byte] By [Blazeixa] at [2007-10-2 1:24:18]
# 1

Alright. I found out about java3d, which takes care of all the input statements except one: com.glyphein.j3d.loaders.milkshape. I found this site: http://home.earthlink.net/~kduling/Milkshape/

Which seems to be the file I want, but I can't figure out how to install it. How would I do that?

Blazeixa at 2007-7-15 18:45:57 > top of Java-index,Security,Cryptography...