public class JoglRenderTarget
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected float |
backgroundB |
protected float |
backgroundG |
protected float |
backgroundR |
Constructor and Description |
---|
JoglRenderTarget() |
Modifier and Type | Method and Description |
---|---|
void |
Bind(GraphicsPipeline pipe) |
void |
Clear(GraphicsPipeline pipe) |
void |
FitViewport(GraphicsPipeline pipe) |
double |
getAspect() |
int |
getHeight() |
java.awt.Dimension |
getSize() |
int |
getWidth() |
void |
setBackgroundColor(float r,
float g,
float b) |
void |
setBackgroundColor(JoglVectord3 col) |
void |
Unbind(GraphicsPipeline pipe) |
protected float backgroundR
protected float backgroundG
protected float backgroundB
public void setBackgroundColor(float r, float g, float b)
public void setBackgroundColor(JoglVectord3 col)
public int getWidth()
public int getHeight()
public double getAspect()
public java.awt.Dimension getSize()
public void FitViewport(GraphicsPipeline pipe)
public void Bind(GraphicsPipeline pipe)
public void Unbind(GraphicsPipeline pipe)
public void Clear(GraphicsPipeline pipe)