Class LocationSensorParameter


  • public final class LocationSensorParameter
    extends Object
    Constant parameter of the positioning sensor to locate the ViewerPose.
    • Field Detail

      • frustum

        public final com.jogamp.math.geom.Frustum frustum
        The Frustum of the location sensor.
      • frustumDesc

        public final com.jogamp.math.geom.Frustum.FovDesc frustumDesc
        The Frustum's Frustum.FovDesc description of the location sensor.
      • frustumProjMat

        public final com.jogamp.math.Matrix4f frustumProjMat
        The Frustum's float[16] projection matrix of the location sensor.
    • Constructor Detail

      • LocationSensorParameter

        public LocationSensorParameter​(com.jogamp.math.geom.Frustum.FovDesc fovDesc)