Options
All
  • Public
  • Public/Protected
  • All
Menu

Defines the PoseEnabledController object that contains state of a vr capable controller

Hierarchy

Implements

Index

Constructors

  • Creates a new PoseEnabledController from a gamepad

    Parameters

    • browserGamepad: any

      the gamepad that the PoseEnabledController should be created from

    Returns PoseEnabledController

Properties

browserGamepad: any

The browser gamepad

The type of controller (Eg. Windows mixed reality)

devicePosition: Vector3

The device position in babylon space

deviceRotationQuaternion: Quaternion

The device rotation in babylon space

deviceScaleFactor: number

The scale factor of the device in babylon space

id: string

The id of the gamepad

index: number

The index of the gamepad

isXR: boolean

If the controller is used in a webXR session

position: Vector3

(Likely devicePosition should be used instead) The device position in its room space

rawPose: DevicePose

The raw pose from the device

rotationQuaternion: Quaternion

(Likely deviceRotationQuaternion should be used instead) The device rotation in its room space

type: number

Specifies what type of gamepad this represents

DUALSHOCK: number

Represents an Dual Shock controller

GAMEPAD: number

Represents a gamepad controller

GENERIC: number

Represents a generic controller

POINTING_POSE: "POINTING_POSE" = "POINTING_POSE"

Name of the child mesh that can be used to cast a ray from the controller

POSE_ENABLED: number

Represents a pose-enabled controller

XBOX: number

Represents an XBox controller

Accessors

  • get isConnected(): boolean
  • Specifies if the gamepad has been connected

    Returns boolean

  • Gets the left joystick

    Returns StickValues

  • Sets the left joystick values

    Parameters

    Returns void

  • The mesh that is attached to the controller

    Returns Nullable<AbstractMesh>

  • Gets the right joystick

    Returns StickValues

  • Sets the right joystick value

    Parameters

    Returns void

Methods

  • Attaches a mesh to the controller

    Parameters

    Returns void

  • Attaches the controllers mesh to a camera

    Parameters

    • camera: TargetCamera

      the camera the mesh should be attached to

    Returns void

  • dispose(): void
  • Disposes of the controller

    Returns void

  • getForwardRay(length?: number): Ray
  • Gets the ray of the controller in the direction the controller is pointing

    Parameters

    • Optional length: number

      the length the resulting ray should be

    Returns Ray

    a ray in the direction the controller is pointing

  • onleftstickchanged(callback: ((values: StickValues) => void)): void
  • onrightstickchanged(callback: ((values: StickValues) => void)): void
  • update(): void
  • Updates the state of the pose enabled controller and mesh based on the current position and rotation of the controller

    Returns void

  • Updates the state of the pose enbaled controller based on the raw pose data from the device

    Parameters

    Returns void

Legend

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

Settings

Theme