|
Aviatrix3D 2.0 Beta 2 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A cullable that represents a single visual composited layer.
A layer has zero or more viewports to process.
Field Summary | |
static int |
ORTHOGRAPHIC_PROJECTION
The projection type is perspective mode |
static int |
PERSPECTIVE_PROJECTION
The projection type is perspective mode |
static int |
VIEW_HEIGHT
Index into the viewport size array for the height |
static int |
VIEW_WIDTH
Index into the viewport size array for the width |
static int |
VIEW_X
Index into the viewport size array for the X position |
static int |
VIEW_Y
Index into the viewport size array for the Y position |
Method Summary | |
double |
getFieldOfView()
Get the currently set field of view. |
int |
getProjectionType()
Get the type of view environment defined. |
void |
getViewFrustum(double[] frustum)
Get the frustum based on the projectionType. |
int[] |
getViewportDimensions()
Get the currently set dimensions of the viewport. |
boolean |
isStereoEnabled()
Check to see if stereo has been enabled for this environment. |
Field Detail |
public static final int PERSPECTIVE_PROJECTION
public static final int ORTHOGRAPHIC_PROJECTION
public static final int VIEW_X
public static final int VIEW_Y
public static final int VIEW_WIDTH
public static final int VIEW_HEIGHT
Method Detail |
public boolean isStereoEnabled()
public int getProjectionType()
public void getViewFrustum(double[] frustum)
frustum
- An array at least 6 in length for the values generatedpublic double getFieldOfView()
public int[] getViewportDimensions()
|
Aviatrix3D 2.0 Beta 2 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |