File: differences-from-gl4java.txt

package info (click to toggle)
libjogl-java 1.1.1-1
  • links: PTS, VCS
  • area: non-free
  • in suites: lenny
  • size: 9,916 kB
  • ctags: 24,946
  • sloc: java: 87,017; ansic: 12,156; xml: 1,625; cpp: 302; objc: 91; sh: 35; makefile: 21
file content (12 lines) | stat: -rw-r--r-- 651 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
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.