FBOGlimpseCanvas
instead@Deprecated public class GLSimpleFrameBufferObject extends Object
Constructor and Description |
---|
GLSimpleFrameBufferObject(int width,
int height,
boolean useDepth,
boolean useStencil,
javax.media.opengl.GLContext context)
Deprecated.
|
GLSimpleFrameBufferObject(int width,
int height,
javax.media.opengl.GLContext context)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
bind(javax.media.opengl.GLContext context)
Deprecated.
|
void |
dispose(javax.media.opengl.GLContext context)
Deprecated.
|
Rectangle |
getBounds()
Deprecated.
|
Dimension |
getDimension()
Deprecated.
|
javax.media.opengl.GLContext |
getGLContext()
Deprecated.
|
TextureProjected2D |
getGlimpseTexture()
Deprecated.
|
com.jogamp.opengl.util.texture.Texture |
getOpenGLTexture()
Deprecated.
|
int |
getTextureId()
Deprecated.
|
void |
glSyncExec(javax.media.opengl.GLRunnable runnable)
Deprecated.
|
boolean |
isInitialized()
Deprecated.
|
void |
resize(int width,
int height)
Deprecated.
|
void |
unbind(javax.media.opengl.GLContext context)
Deprecated.
|
public GLSimpleFrameBufferObject(int width, int height, javax.media.opengl.GLContext context)
public GLSimpleFrameBufferObject(int width, int height, boolean useDepth, boolean useStencil, javax.media.opengl.GLContext context)
public void resize(int width, int height)
public void glSyncExec(javax.media.opengl.GLRunnable runnable)
public void bind(javax.media.opengl.GLContext context)
public void unbind(javax.media.opengl.GLContext context)
public Dimension getDimension()
public Rectangle getBounds()
public javax.media.opengl.GLContext getGLContext()
public int getTextureId()
public boolean isInitialized()
public com.jogamp.opengl.util.texture.Texture getOpenGLTexture()
public TextureProjected2D getGlimpseTexture()
public void dispose(javax.media.opengl.GLContext context)
Copyright © 2016 Metron, Inc.. All rights reserved.