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 Frustum
frustum
TheFrustum
of the location sensor.Frustum.FovDesc
frustumDesc
TheFrustum
'sFrustum.FovDesc
description of the location sensor.float[]
frustumProjMat
TheFrustum
's float[16] projection matrix of the location sensor.
-
Constructor Summary
Constructors Constructor Description LocationSensorParameter(Frustum.FovDesc fovDesc)
-
-
-
Field Detail
-
frustumDesc
public final Frustum.FovDesc frustumDesc
TheFrustum
'sFrustum.FovDesc
description of the location sensor.
-
frustumProjMat
public final float[] frustumProjMat
TheFrustum
's float[16] projection matrix of the location sensor.
-
-
Constructor Detail
-
LocationSensorParameter
public LocationSensorParameter(Frustum.FovDesc fovDesc)
-
-