From 207fa2246ec5b05d3292eb22b69b5eab42f35254 Mon Sep 17 00:00:00 2001
From: Kenneth Russel init()
callback is called.
+Note also that the GLEventListener should be added to the +GLAutoDrawable before the GLAutoDrawable is shown or rendered to for +the first time. If this is not done, it is possible that the init() +method will not be called on the GLEventListener. JOGL does not +maintain internal state to keep track of whether init() has been +called on a particular GLEventListener since the last time an OpenGL +context was created for that GLAutoDrawable. + +
+
+
The display()
method is called to perform per-frame
rendering. The reshape()
method is called when the
drawable has been resized; the default implementation automatically
--
cgit v1.2.3