import { type dom } from "https://deno.land/x/evt@v2.4.10/lib/types/index.ts";
const { VRFrameData } = dom;
This WebVR API interface represents all the information needed to render a single frame of a VR scene; constructed by VRDisplay.getFrameData().
Properties
readonly
pose: VRPose