Options
All
  • Public
  • Public/Protected
  • All
Menu

This WebVR API interface represents all the information needed to render a single frame of a VR scene; constructed by VRDisplay.getFrameData().

Hierarchy

  • VRFrameData

Index

Properties

Readonly leftProjectionMatrix

leftProjectionMatrix: Float32Array

Readonly leftViewMatrix

leftViewMatrix: Float32Array

Readonly pose

Readonly rightProjectionMatrix

rightProjectionMatrix: Float32Array

Readonly rightViewMatrix

rightViewMatrix: Float32Array

Readonly timestamp

timestamp: number

Generated using TypeDoc