summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Morgan <jesse@jesterpm.net>2011-01-28 06:35:52 +0000
committerJesse Morgan <jesse@jesterpm.net>2011-01-28 06:35:52 +0000
commit380952816905723a8f3a18104e18e92ba85b2b88 (patch)
tree35b62c8261077882274a631662f3ea6a0dd51378
parent2185445ba5be7669ecbd05d22a22e7b85deb83ab (diff)
Fixed java3d.
-rw-r--r--.classpath6
-rw-r--r--support_files/lib/ext/j3dcore.jarbin0 -> 2959771 bytes
-rw-r--r--support_files/lib/ext/j3dutils.jarbin0 -> 1703580 bytes
-rw-r--r--support_files/lib/ext/vecmath.jarbin0 -> 325572 bytes
4 files changed, 3 insertions, 3 deletions
diff --git a/.classpath b/.classpath
index 82105a2..967ebcc 100644
--- a/.classpath
+++ b/.classpath
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
+ <classpathentry kind="lib" path="support_files/lib/ext/j3dcore.jar"/>
+ <classpathentry kind="lib" path="support_files/lib/ext/j3dutils.jar"/>
+ <classpathentry kind="lib" path="support_files/lib/ext/vecmath.jar"/>
<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>
diff --git a/support_files/lib/ext/j3dcore.jar b/support_files/lib/ext/j3dcore.jar
new file mode 100644
index 0000000..aea76e1
--- /dev/null
+++ b/support_files/lib/ext/j3dcore.jar
Binary files differ
diff --git a/support_files/lib/ext/j3dutils.jar b/support_files/lib/ext/j3dutils.jar
new file mode 100644
index 0000000..0e2e9c7
--- /dev/null
+++ b/support_files/lib/ext/j3dutils.jar
Binary files differ
diff --git a/support_files/lib/ext/vecmath.jar b/support_files/lib/ext/vecmath.jar
new file mode 100644
index 0000000..6d8b3a1
--- /dev/null
+++ b/support_files/lib/ext/vecmath.jar
Binary files differ