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 FrustumfrustumTheFrustumof the location sensor.Frustum.FovDescfrustumDescTheFrustum'sFrustum.FovDescdescription of the location sensor.Matrix4ffrustumProjMatTheFrustum'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.FovDescdescription of the location sensor.
-
-
Constructor Detail
-
LocationSensorParameter
public LocationSensorParameter(Frustum.FovDesc fovDesc)
-
-