JxrPlatformAdapter.CameraViewActivityPose.Fov


public 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 fields

final float
final float
final float
final float

Public constructors

Fov(float angleLeft, float angleRight, float angleUp, float angleDown)

Public fields

angleDown

Added in 1.0.0-alpha01
public final float angleDown

angleLeft

Added in 1.0.0-alpha01
public final float angleLeft

angleRight

Added in 1.0.0-alpha01
public final float angleRight

angleUp

Added in 1.0.0-alpha01
public final float angleUp

Public constructors

Fov

Added in 1.0.0-alpha01
public Fov(float angleLeft, float angleRight, float angleUp, float angleDown)