diff options
author | Kenneth Russel <[email protected]> | 2008-11-20 23:53:23 +0000 |
---|---|---|
committer | Kenneth Russel <[email protected]> | 2008-11-20 23:53:23 +0000 |
commit | f25bdef3b6bc423a08390ab17e86897c85b71282 (patch) | |
tree | c15a27782e0c17e6ca2c25ae25cbbd760f9ac6f8 /src/gleem/ManipPartTwoWayArrow.java | |
parent | c91b1be4cd9ab39be883f3578fcc4da3511e1ee1 (diff) |
Applied second jogl-demos patch from Michael Bien. Adjusted build.xml
to not try to compile jbullet sources, and to merge the ES1 and ES2
targets. To build the full set of demos (including the OpenGL ES
demos), run "ant". To build just the OpenGL ES demos, run
"ant -Djogl.es=1".
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/jogl-demos/branches/JOGL_2_SANDBOX@290 3298f667-5e0e-4b4a-8ed4-a3559d26a5f4
Diffstat (limited to 'src/gleem/ManipPartTwoWayArrow.java')
-rw-r--r-- | src/gleem/ManipPartTwoWayArrow.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gleem/ManipPartTwoWayArrow.java b/src/gleem/ManipPartTwoWayArrow.java index 77ba507..179bbc7 100644 --- a/src/gleem/ManipPartTwoWayArrow.java +++ b/src/gleem/ManipPartTwoWayArrow.java @@ -39,8 +39,6 @@ package gleem; -import java.util.*; - import gleem.linalg.*; /** Piece of geometry defining a two-way arrow, used in Translate1 and |