Content deleted Content added
changed {{Unreferenced}} to {{Refimprove}} & general fixes using AWB (7916) |
m Change gLDrawable to glDrawable (in the Java example) |
||
Line 40:
Which translates to the following [[Java (programming language)|Java]] implementation:
<source lang="java">
public void display(GLAutoDrawable
final GL gl =
gl.glClear(GL.GL_COLOR_BUFFER_BIT | GL.GL_DEPTH_BUFFER_BIT);
gl.glLoadIdentity();
|