| |
|
| java.lang.Object javax.media.j3d.ViewCache
ViewCache | class ViewCache extends Object (Code) | | The ViewCache class is used to cache all data, both API data and derived
data, that is independent of the Canvas3D and Screen3D.
|
Constructor Summary | |
| ViewCache(View view) Constructs and initializes a ViewCache object. |
Method Summary | |
synchronized void | computeDerivedData() Compute derived data using the snapshot of the per-view data. | boolean | getDoHeadTracking() | synchronized void | snapshot() Take snapshot of all per-view API parameters and input values. |
backClipDistance | double backClipDistance(Code) | | |
backClipPolicy | int backClipPolicy(Code) | | |
coexistenceCenterInPworldPolicy | int coexistenceCenterInPworldPolicy(Code) | | |
coexistenceCenteringEnable | boolean coexistenceCenteringEnable(Code) | | |
compatibilityModeEnable | boolean compatibilityModeEnable(Code) | | |
fieldOfView | double fieldOfView(Code) | | |
frontClipDistance | double frontClipDistance(Code) | | |
frontClipPolicy | int frontClipPolicy(Code) | | |
leftEarPosInHead | Point3d leftEarPosInHead(Code) | | The user's left ear's position in head coordinates.
|
leftEyePosInHead | Point3d leftEyePosInHead(Code) | | The user's left eye's position in head coordinates.
|
leftManualEyeInCoexistence | Point3d leftManualEyeInCoexistence(Code) | | |
monoscopicViewPolicy | int monoscopicViewPolicy(Code) | | |
nominalEyeHeightFromGround | double nominalEyeHeightFromGround(Code) | | The user's nominal eye height as measured
from the ground plane.
|
nominalEyeOffsetFromNominalScreen | double nominalEyeOffsetFromNominalScreen(Code) | | The amount to offset the system's
viewpoint from the user's current eye-point. This offset
distance allows an "Over the shoulder" view of the scene
as seen by the user.
|
projectionPolicy | int projectionPolicy(Code) | | |
rightEarPosInHead | Point3d rightEarPosInHead(Code) | | The user's right ear's position in head coordinates.
|
rightEyePosInHead | Point3d rightEyePosInHead(Code) | | The user's right eye's position in head coordinates.
|
rightManualEyeInCoexistence | Point3d rightManualEyeInCoexistence(Code) | | |
screenScale | double screenScale(Code) | | |
screenScalePolicy | int screenScalePolicy(Code) | | |
trackingAvailable | boolean trackingAvailable(Code) | | |
trackingEnable | boolean trackingEnable(Code) | | |
userHeadToVworldEnable | boolean userHeadToVworldEnable(Code) | | |
vcDirtyMask | int vcDirtyMask(Code) | | |
viewAttachPolicy | int viewAttachPolicy(Code) | | |
viewPolicy | int viewPolicy(Code) | | |
visibilityPolicy | int visibilityPolicy(Code) | | Defines the visibility policy.
|
windowEyepointPolicy | int windowEyepointPolicy(Code) | | |
windowMovementPolicy | int windowMovementPolicy(Code) | | |
windowResizePolicy | int windowResizePolicy(Code) | | |
ViewCache | ViewCache(View view)(Code) | | Constructs and initializes a ViewCache object.
|
computeDerivedData | synchronized void computeDerivedData()(Code) | | Compute derived data using the snapshot of the per-view data.
|
getDoHeadTracking | boolean getDoHeadTracking()(Code) | | |
snapshot | synchronized void snapshot()(Code) | | Take snapshot of all per-view API parameters and input values.
|
|
|
|