diff options
author | Sven Gothel <[email protected]> | 2008-08-14 18:58:57 +0000 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2008-08-14 18:58:57 +0000 |
commit | 4093a4980a5610f62edaec97328577decefb9ce0 (patch) | |
tree | a7135e87b2291028bf20bb0f288d4653ac904b96 /src/demos/es1/cube | |
parent | 4a68a17a17c9fc498a57065846121e852bcf968f (diff) |
Fix Angeles blend and no-blend mode, ..
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/jogl-demos/branches/JOGL_2_SANDBOX@275 3298f667-5e0e-4b4a-8ed4-a3559d26a5f4
Diffstat (limited to 'src/demos/es1/cube')
-rw-r--r-- | src/demos/es1/cube/Cube.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/demos/es1/cube/Cube.java b/src/demos/es1/cube/Cube.java index ffee97d..d46e87d 100644 --- a/src/demos/es1/cube/Cube.java +++ b/src/demos/es1/cube/Cube.java @@ -185,6 +185,7 @@ public class Cube implements GLEventListener { gl.glDrawElements(gl.GL_TRIANGLES, 6 * 6, gl.GL_UNSIGNED_BYTE, cubeIndices); // gl.glFinish(); + // System.err.println(gl); time += 0.01f; } |