Skip to main content
Module

x/evt/lib/types/lib.dom.ts>VRFrameData

💧EventEmitter's typesafe replacement
Go to Latest
interface VRFrameData
import { type VRFrameData } from "https://deno.land/x/evt@v2.4.3/lib/types/lib.dom.ts";

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

Properties

readonly
leftProjectionMatrix: Float32Array
readonly
leftViewMatrix: Float32Array
readonly
pose: VRPose
readonly
rightProjectionMatrix: Float32Array
readonly
rightViewMatrix: Float32Array
readonly
timestamp: number