Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface VRFrameData

Package version

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

leftProjectionMatrix

leftProjectionMatrix: Float32Array

leftViewMatrix

leftViewMatrix: Float32Array

pose

pose: VRPose

rightProjectionMatrix

rightProjectionMatrix: Float32Array

rightViewMatrix

rightViewMatrix: Float32Array

timestamp

timestamp: number

Generated using TypeDoc