Deprecated API


Contents
Deprecated Interfaces
javax.media.opengl.GLPbuffer
          Use GLOffscreenAutoDrawable w/ GLCapabilities.setFBO(boolean) via GLDrawableFactory.createOffscreenAutoDrawable(..). 
 

Deprecated Classes
com.jogamp.opengl.util.awt.Screenshot
          Please consider using GLReadBufferUtil, which is AWT independent and does not require a CPU based vertical image flip in case drawable is in OpenGL orientation. Further more you may use AWTGLReadBufferUtil to read out the framebuffer into a BufferedImage for further AWT processing. 
 

Deprecated Methods
javax.media.opengl.GLDrawableFactory.createGLPbuffer(AbstractGraphicsDevice, GLCapabilitiesImmutable, GLCapabilitiesChooser, int, int, GLContext)
          GLPbuffer is deprecated, use GLDrawableFactory.createOffscreenAutoDrawable(AbstractGraphicsDevice, GLCapabilitiesImmutable, GLCapabilitiesChooser, int, int, GLContext) 
com.jogamp.opengl.util.texture.Texture.dispose(GL)
          use Texture.destroy(GL) 
com.jogamp.opengl.util.PMVMatrix.getDirtyBits()
          Function is exposed for debugging purposes only. 
javax.media.opengl.GLContext.getGLVersionMajor()
          Use GLContext.getGLVersionNumber() 
javax.media.opengl.GLContext.getGLVersionMinor()
          Use GLContext.getGLVersionNumber() 
com.jogamp.opengl.util.PMVMatrix.getRequestMask()
          Function is exposed for debugging purposes only. 
com.jogamp.newt.event.MouseEvent.getWheelRotation()
          Use MouseEvent.getRotation() 
com.jogamp.opengl.math.Quaternion.isEmpty()
          use Quaternion.isIdentity() instead 
 



Copyright 2010 JogAmp Community.