aboutsummaryrefslogtreecommitdiffstats
path: root/.classpath
diff options
context:
space:
mode:
authorphil <[email protected]>2016-10-11 12:59:29 +1300
committerphil <[email protected]>2016-10-11 12:59:29 +1300
commit6e59ac5f89bcd8cbb0b05653c56a0454963984c8 (patch)
treeb5b7612861f7f22b812ef66d85e710b79c5b593d /.classpath
parent78924b53370ef6fd874f858e683b226a18bb82c5 (diff)
New gl2es2 pipeline examples showing usage
Imports organized Cg shader examples removed pom.xml added Resources now has brute force fall back
Diffstat (limited to '.classpath')
-rw-r--r--.classpath19
1 files changed, 19 insertions, 0 deletions
diff --git a/.classpath b/.classpath
new file mode 100644
index 0000000..69f6275
--- /dev/null
+++ b/.classpath
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="src" path="src/classes"/>
+ <classpathentry excluding="classes/|main/java/|test/java/" kind="src" path="src"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7">
+ <attributes>
+ <attribute name="maven.pomderived" value="true"/>
+ </attributes>
+ </classpathentry>
+ <classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
+ <attributes>
+ <attribute name="maven.pomderived" value="true"/>
+ </attributes>
+ </classpathentry>
+ <classpathentry combineaccessrules="false" kind="src" path="/java3d-core"/>
+ <classpathentry combineaccessrules="false" kind="src" path="/java3d-utils"/>
+ <classpathentry combineaccessrules="false" kind="src" path="/vecmath"/>
+ <classpathentry kind="output" path="target/classes"/>
+</classpath>