Interface VRViewingWindowConfig

Hierarchy

  • VRViewingWindowConfig

Properties

maxPitch: number

Specifies how far right the user can look. Valid values are from 0 to 360 (default: 360).

maxYaw: number

Specifies how high the user can look. Valid values are from -90 to 90 (default: 90).

minPitch: number

Specifies how far left the user can look. Valid values are from 0 to 360 (default: 0).

minYaw: number

Specifies how low the user can look. Valid values are from -90 to 90 (default: -90).

Generated using TypeDoc