| Home >> All >> gl4java >> [ awt Javadoc ] |
gl4java.awt: Javadoc index of package gl4java.awt.
Package Samples:
gl4java.awt
Classes:
GLAnimCanvas: This is meant as an base class writing Animations. A clean usage of multi-threading compatible with JAVA2 is implemented here ! If you are interessting in further Documentation and/or the history of GL4Java follow the following link. The GL4Java Documentation There are two ways of using a GLAnimCanvas: the gl4java.drawable.GLEventListener model or the subclassing model. Earlier versions of OpenGL for Java only supported the subclassing model. The default implementations of GLCanvas.init() 55 , GLCanvas.display() 55 , GLCanvas.reshape(int, int) 55 and # GLCanvas.doCleanup() 55 now send events to ...
GLCanvas: This is meant as an base class writing easy render functions. A clean usage of multi-threading compatible with JAVA2 is implemented in GLAnimCanvas ! If you are interessting in further Documentation and/or the history of GL4Java follow the following link. The GL4Java Documentation There are two ways of using a GLCanvas: the gl4java.drawable.GLEventListener model or the subclassing model. Earlier versions of OpenGL for Java only supported the subclassing model. The default implementations of init() 55 , display() 55 , reshape(int, int) 55 and doCleanup() 55 now send events to GLEventListeners; they ...
GLImageCanvas: This Class provides a simple universal Image/Texture OpenGL Canvas ! A special demo/application for this class can be found in "demos/MiscDemos/GLImageViewerCanvas.java" !
| Home | Contact Us | Privacy Policy | Terms of Service |