JxrPlatformAdapter.CameraViewActivityPose.Fov


class JxrPlatformAdapter.CameraViewActivityPose.Fov


The angles (in radians) representing the sides of the view frustum. These are not expected to change over the lifetime of the session but in rare cases may change due to updated camera settings

Summary

Public constructors

Fov(angleLeft: Float, angleRight: Float, angleUp: Float, angleDown: Float)

Public constructors

Fov

Added in 1.0.0-alpha01
Fov(angleLeft: Float, angleRight: Float, angleUp: Float, angleDown: Float)

Public properties

angleDown

Added in 1.0.0-alpha01
val angleDownFloat

angleLeft

Added in 1.0.0-alpha01
val angleLeftFloat

angleRight

Added in 1.0.0-alpha01
val angleRightFloat

angleUp

Added in 1.0.0-alpha01
val angleUpFloat