Java Bindings for OpenGL: Difference between revisions

Content deleted Content added
Line 7:
 
==Example==
This examples shows how to draw a Polygon (without initialization or repaint code) <ref>Borrowed from [http://nehe.gamedev.net/lesson.asp?index=01 Nehe tutorial], which code are free to use elsewhere</ref>). Here is the reference [[C (programming language)|C]] implementation :
<pre>
int DrawGLScene(GLvoid) {