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/ManipPart.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/ManipPart.java')
-rw-r--r-- | src/gleem/ManipPart.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gleem/ManipPart.java b/src/gleem/ManipPart.java index e0416a0..936f755 100644 --- a/src/gleem/ManipPart.java +++ b/src/gleem/ManipPart.java @@ -90,5 +90,5 @@ public abstract class ManipPart { /** Render this ManipPart now using the given OpenGL routines and assuming an OpenGL context is current. */ - public abstract void render(GL gl); + public abstract void render(GL2 gl); } |