|
Aviatrix3D 2.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ViewEnvironmentCullable
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 |
---|
static final int PERSPECTIVE_PROJECTION
static final int ORTHOGRAPHIC_PROJECTION
static final int VIEW_X
static final int VIEW_Y
static final int VIEW_WIDTH
static final int VIEW_HEIGHT
Method Detail |
---|
boolean isStereoEnabled()
int getProjectionType()
void getViewFrustum(double[] frustum)
frustum
- An array at least 6 in length for the values generateddouble getFieldOfView()
int[] getViewportDimensions()
|
Aviatrix3D 2.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |