public class RenderTarget
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
boolean |
blend
If set, anything rendered to this render target will blend with what's there.
|
boolean |
clearEveryFrame
If set, we'll clear the target textures every frame before rendering to it.
|
int |
color
Clear the render target to this color every frame.
|
long |
renderTargetID
The internal ID for the render target.
|
MaplyTexture |
texture
The texture we'll draw into.
|
Constructor and Description |
---|
RenderTarget() |
public MaplyTexture texture
public long renderTargetID
public boolean clearEveryFrame
public int color
public boolean blend