Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
nlisker committed Mar 3, 2024
1 parent a39732a commit 41753ca
Show file tree
Hide file tree
Showing 14 changed files with 914 additions and 601 deletions.
16 changes: 13 additions & 3 deletions tests/performance/3DLighting/.classpath
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src/main/java"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry combineaccessrules="false" kind="src" path="/base">
<classpathentry kind="src" path="src/main/resources"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry combineaccessrules="false" kind="src" path="/controls">
<attributes>
<attribute name="module" value="true"/>
</attributes>
Expand All @@ -12,7 +17,12 @@
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry combineaccessrules="false" kind="src" path="/controls">
<classpathentry combineaccessrules="false" kind="src" path="/base">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry combineaccessrules="false" kind="src" path="/swing">
<attributes>
<attribute name="module" value="true"/>
</attributes>
Expand Down
132 changes: 0 additions & 132 deletions tests/performance/3DLighting/src/main/java/attenuation/Boxes.java

This file was deleted.

147 changes: 0 additions & 147 deletions tests/performance/3DLighting/src/main/java/attenuation/Controls.java

This file was deleted.

This file was deleted.

Loading

0 comments on commit 41753ca

Please sign in to comment.