|
Aviatrix3D 2.1.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
OffscreenTexture2D
or MRTOffscreenTexture2D
public interface OffscreenTextureSource
Marker describing a texture source that gets it's source data from an offscreen, direct rendering path.
Examples of this type of texture are either multipass and pBuffer textures.
An offscreen texture source does not directly define how the geometry is presented to the the texture source. See the derived interfaces for methods that allow setting of the geometry to be rendered.
Field Summary |
---|
Fields inherited from interface org.j3d.aviatrix3d.TextureSource |
---|
FORMAT_BGR, FORMAT_BGRA, FORMAT_INTENSITY_ALPHA, FORMAT_LUMINANCE_ALPHA, FORMAT_RGB, FORMAT_RGBA, FORMAT_SINGLE_COMPONENT |
Method Summary | |
---|---|
void |
getClearColor(float[] col)
Deprecated. Set the background colour that this surface should be cleared to before the drawing step. |
int |
getHeight()
Deprecated. Get the height of the texture in pixels. |
boolean |
isRepaintRequired()
Deprecated. Get the current state of the repainting enabled flag. |
Methods inherited from interface org.j3d.aviatrix3d.TextureSource |
---|
getFormat, getNumLevels, getWidth |
Method Detail |
---|
int getHeight()
boolean isRepaintRequired()
void getClearColor(float[] col)
col
- An array of at least length 4 to copy values into
|
Aviatrix3D 2.1.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |