diff options
author | Jesse Morgan <jesse@jesterpm.net> | 2011-01-27 08:10:26 +0000 |
---|---|---|
committer | Jesse Morgan <jesse@jesterpm.net> | 2011-01-27 08:10:26 +0000 |
commit | ddce3349df1e295b8a3fe6249a8221454761b8ce (patch) | |
tree | 00a1ad889f7a198673c7763ff6d0440b784d0471 /.classpath | |
parent | fb5b317ef4b5c770b6bdd134e46c32c415415763 (diff) |
Here's what I've got so far with adapting Dr. Alden's code. A UI class that handles displaying the canvas and a World class that handles the objects in the world. Neither are complete. I'll pick this up tomorrow.
I have a feeling we're going to have class path issues with the j3d libaries between our computers. I'll test between my desktop and Mac. If so, I'll drop the JARs for the java3d in the project and import them that way.
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -2,5 +2,8 @@ <classpath> <classpathentry kind="src" path="src"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/> + <classpathentry kind="lib" path="/usr/share/java/j3dcore.jar"/> + <classpathentry kind="lib" path="/usr/share/java/j3dutils.jar"/> + <classpathentry kind="lib" path="/usr/share/java/vecmath.jar"/> <classpathentry kind="output" path="bin"/> </classpath> |