Package com.jogamp.opengl.util.stereo
Class LocationSensorParameter
- java.lang.Object
-
- com.jogamp.opengl.util.stereo.LocationSensorParameter
-
public final class LocationSensorParameter extends Object
Constant parameter of the positioning sensor to locate theViewerPose
.
-
-
Field Summary
Fields Modifier and Type Field Description com.jogamp.math.geom.Frustum
frustum
TheFrustum
of the location sensor.com.jogamp.math.geom.Frustum.FovDesc
frustumDesc
TheFrustum
'sFrustum.FovDesc
description of the location sensor.com.jogamp.math.Matrix4f
frustumProjMat
TheFrustum
's float[16] projection matrix of the location sensor.
-
Constructor Summary
Constructors Constructor Description LocationSensorParameter(com.jogamp.math.geom.Frustum.FovDesc fovDesc)
-
-
-
Field Detail
-
frustum
public final com.jogamp.math.geom.Frustum frustum
TheFrustum
of the location sensor.
-
frustumDesc
public final com.jogamp.math.geom.Frustum.FovDesc frustumDesc
TheFrustum
'sFrustum.FovDesc
description of the location sensor.
-
frustumProjMat
public final com.jogamp.math.Matrix4f frustumProjMat
TheFrustum
's float[16] projection matrix of the location sensor.
-
-