diff options
author | djp <[email protected]> | 2003-06-08 19:27:01 +0000 |
---|---|---|
committer | djp <[email protected]> | 2003-06-08 19:27:01 +0000 |
commit | d49fd968963909f181423eae46c613189468fac3 (patch) | |
tree | b231329e6b65fd54aa24b3bcc0a3ecc623daec61 /doc/differences-from-gl4java.txt | |
parent | 9c8fb046dee5d832bea3f36dcbd43285054f49a0 (diff) |
Initial revision
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@3 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'doc/differences-from-gl4java.txt')
-rw-r--r-- | doc/differences-from-gl4java.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/differences-from-gl4java.txt b/doc/differences-from-gl4java.txt new file mode 100644 index 000000000..9114c89cf --- /dev/null +++ b/doc/differences-from-gl4java.txt @@ -0,0 +1,12 @@ +- GLContext is no longer exposed in the public API. +- No more GLAnimCanvas/GLAnimJPanel variants. To perform animation, + attach an Animator to a GLDrawable. +- No GLEnum class. Use GL.[GL_CONSTANT_NAME]. +- GLFunc/GLFunc14 are named GL. +- GLUFunc/GLUFunc14 are named GLU. +- Drawable factory does not take initial width and height of drawable. +- GLEventListener.reshape() now takes x and y arguments, though these + should usually be ignored by the application. +- Simpler GLEventListener API; preDisplay and postDisplay have been + removed. GLEventListener.cleanup is not yet supported as it is not + clear what the semantics of this routine should be. |