Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface VRExperienceHelperOptions

Options to modify the vr experience helper's behavior.

Hierarchy

Index

Properties

Optional controllerMeshesSearch playground for controllerMeshes

controllerMeshes: boolean

Should the native controller meshes be initialized. (default: true)

Optional createDeviceOrientationCameraSearch playground for createDeviceOrientationCamera

createDeviceOrientationCamera: boolean

Create a DeviceOrientationCamera to be used as your out of vr camera. (default: true)

Optional createFallbackVRDeviceOrientationFreeCameraSearch playground for createFallbackVRDeviceOrientationFreeCamera

createFallbackVRDeviceOrientationFreeCamera: boolean

Create a VRDeviceOrientationFreeCamera to be used for VR when no external HMD is found. (default: true)

Optional customVRButtonSearch playground for customVRButton

customVRButton: HTMLButtonElement

If you'd like to provide your own button to the VRHelper. (default: standard babylon vr button)

Optional defaultHeightSearch playground for defaultHeight

defaultHeight: number

To change the default offset from the ground to account for user's height in meters. Will be scaled by positionScale. (default: 1.7)

Optional defaultLightingOnControllersSearch playground for defaultLightingOnControllers

defaultLightingOnControllers: boolean

Creating a default HemiLight only on controllers. (default: true)

Optional displayNameSearch playground for displayName

displayName: string

If there are more than one VRDisplays, this will choose the display matching this name. (default: pick first vrDisplay)

Optional floorMeshesSearch playground for floorMeshes

floorMeshes: Mesh[]

A list of meshes to be used as the teleportation floor. If specified, teleportation will be enabled (default: undefined)

Optional laserToggleSearch playground for laserToggle

laserToggle: boolean

Uses the main button on the controller to toggle the laser casted. (default: true)

Optional positionScaleSearch playground for positionScale

positionScale: number

Sets the scale of the vrDevice in babylon space. (default: 1)

Optional rayLengthSearch playground for rayLength

rayLength: number

To change the length of the ray for gaze/controllers. Will be scaled by positionScale. (default: 100)

Optional trackPositionSearch playground for trackPosition

trackPosition: boolean

Sets if the webVR camera should be tracked to the vrDevice. (default: true)

Optional useCustomVRButtonSearch playground for useCustomVRButton

useCustomVRButton: boolean

If you don't want to use the default VR button of the helper. (default: false)

Optional useMultiviewSearch playground for useMultiview

useMultiview: boolean

If multiview should be used if available (default: false)

Optional useXRSearch playground for useXR

useXR: boolean

Defines if WebXR should be used instead of WebVR (if available)

Optional vrDeviceOrientationCameraMetricsSearch playground for vrDeviceOrientationCameraMetrics

vrDeviceOrientationCameraMetrics: VRCameraMetrics

Distortion metrics for the fallback vrDeviceOrientationCamera (default: VRCameraMetrics.Default)

Legend

  • Constructor
  • Property
  • Method
  • Property
  • Method
  • Inherited property
  • Inherited method
  • Static property
  • Static method