|
JOGL v2.6.0-rc-20250712
JOGL, High-Performance Graphics Binding for Java (public API).
|
Constant parameter of the positioning sensor to locate the ViewerPose.
More...
Public Member Functions | |
| LocationSensorParameter (final Frustum.FovDesc fovDesc) | |
| final String | toString () |
Public Attributes | |
| final Frustum | frustum |
The Frustum of the location sensor. More... | |
| final Frustum.FovDesc | frustumDesc |
The Frustum's Frustum.FovDesc description of the location sensor. More... | |
| final Matrix4f | frustumProjMat |
The Frustum's float[16] projection matrix of the location sensor. More... | |
Constant parameter of the positioning sensor to locate the ViewerPose.
Definition at line 36 of file LocationSensorParameter.java.
| com.jogamp.opengl.util.stereo.LocationSensorParameter.LocationSensorParameter | ( | final Frustum.FovDesc | fovDesc | ) |
Definition at line 44 of file LocationSensorParameter.java.
| final String com.jogamp.opengl.util.stereo.LocationSensorParameter.toString | ( | ) |
Definition at line 51 of file LocationSensorParameter.java.
| final Frustum com.jogamp.opengl.util.stereo.LocationSensorParameter.frustum |
The Frustum of the location sensor.
Definition at line 38 of file LocationSensorParameter.java.
| final Frustum.FovDesc com.jogamp.opengl.util.stereo.LocationSensorParameter.frustumDesc |
The Frustum's Frustum.FovDesc description of the location sensor.
Definition at line 40 of file LocationSensorParameter.java.
| final Matrix4f com.jogamp.opengl.util.stereo.LocationSensorParameter.frustumProjMat |
The Frustum's float[16] projection matrix of the location sensor.
Definition at line 42 of file LocationSensorParameter.java.