public class GLSimpleFrameBufferObject extends Object
Constructor and Description |
---|
GLSimpleFrameBufferObject(int width,
int height,
boolean useDepth,
boolean useStencil,
javax.media.opengl.GLContext context) |
GLSimpleFrameBufferObject(int width,
int height,
javax.media.opengl.GLContext context) |
Modifier and Type | Method and Description |
---|---|
void |
addListener(GLSimpleListener listener) |
void |
bind(javax.media.opengl.GLContext context) |
void |
dispose(javax.media.opengl.GLContext context) |
void |
draw() |
Rectangle |
getBounds() |
Dimension |
getDimension() |
javax.media.opengl.GLContext |
getGLContext() |
TextureProjected2D |
getGlimpseTexture() |
com.jogamp.opengl.util.texture.Texture |
getOpenGLTexture() |
int |
getTextureId() |
Object |
glSyncExec(GLRunnable runnable) |
boolean |
isInitialized() |
void |
resize(int width,
int height) |
void |
unbind(javax.media.opengl.GLContext context) |
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 Object glSyncExec(GLRunnable runnable)
public void draw()
public void bind(javax.media.opengl.GLContext context)
public void unbind(javax.media.opengl.GLContext context)
public void addListener(GLSimpleListener listener)
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 © 2013 Metron, Inc.. All rights reserved.