Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GamepadPose

This Gamepad API interface represents the pose of a WebVR controller at a given timestamp (which includes orientation, position, velocity, and acceleration information.)

Hierarchy

  • GamepadPose

Index

Properties

angularAcceleration: null | Float32Array
angularVelocity: null | Float32Array
hasOrientation: boolean
hasPosition: boolean
linearAcceleration: null | Float32Array
linearVelocity: null | Float32Array
orientation: null | Float32Array
position: null | Float32Array

Generated using TypeDoc