additv.modifiers
Class AOffscreenRenderer
java.lang.Object
additv.modifiers.AModifier
additv.modifiers.AOffscreenRenderer
- All Implemented Interfaces:
- AFrameBufferI, AModifierI
public class AOffscreenRenderer
- extends AModifier
- implements AFrameBufferI
|
Method Summary |
void |
begin(javax.media.opengl.GL gl,
int slice)
|
void |
end(javax.media.opengl.GL gl,
int slice)
|
int |
getFBO()
|
codeanticode.glgraphics.GLTexture |
getGLTexture()
|
java.lang.String |
getName()
|
int |
getRBO()
|
com.sun.opengl.util.texture.Texture |
getTexture()
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
bgColor
public AFloatAbstract bgColor
bgAlpha
public AFloatAbstract bgAlpha
clear
public AToggle clear
AOffscreenRenderer
public AOffscreenRenderer(AdditvBase parent,
int width,
int height)
begin
public void begin(javax.media.opengl.GL gl,
int slice)
- Specified by:
begin in interface AModifierI
end
public void end(javax.media.opengl.GL gl,
int slice)
- Specified by:
end in interface AModifierI
getTexture
public com.sun.opengl.util.texture.Texture getTexture()
- Specified by:
getTexture in interface AFrameBufferI
getGLTexture
public codeanticode.glgraphics.GLTexture getGLTexture()
- Specified by:
getGLTexture in interface AFrameBufferI
getName
public java.lang.String getName()
- Specified by:
getName in interface AModifierI
getFBO
public int getFBO()
- Specified by:
getFBO in interface AFrameBufferI
getRBO
public int getRBO()
- Specified by:
getRBO in interface AFrameBufferI