public class GraphicsPipeline
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
JoglCamera |
cam |
GraphicsDisplay |
display |
GLGarbageCollector |
gc |
com.jogamp.opengl.GL2 |
gl |
JoglTransform |
projection |
JoglScene |
scene |
JoglGraphicsSettings |
settings |
java.util.Stack<PipelineStateGL2> |
stateStack |
JoglRenderTarget |
target |
JoglTransform |
transform |
Constructor and Description |
---|
GraphicsPipeline() |
GraphicsPipeline(GraphicsPipeline p) |
Modifier and Type | Method and Description |
---|---|
JoglGraphicsSettings |
getGraphicsSettings() |
void |
PopPipelineState(PipelineState ps) |
void |
PushPipelineState(PipelineStateGL2 ps) |
void |
SetScissorRect(JoglScissorRect srect) |
public com.jogamp.opengl.GL2 gl
public GraphicsDisplay display
public JoglScene scene
public JoglCamera cam
public JoglRenderTarget target
public JoglTransform transform
public JoglTransform projection
public java.util.Stack<PipelineStateGL2> stateStack
public GLGarbageCollector gc
public JoglGraphicsSettings settings
public GraphicsPipeline()
public GraphicsPipeline(GraphicsPipeline p)
public JoglGraphicsSettings getGraphicsSettings()
public void SetScissorRect(JoglScissorRect srect)
public void PushPipelineState(PipelineStateGL2 ps)
public void PopPipelineState(PipelineState ps)