Skip to main content
Module

x/evt/mod.ts>dom.VREyeParameters

💧EventEmitter's typesafe replacement
Go to Latest
interface dom.VREyeParameters
import { type dom } from "https://deno.land/x/evt@v2.3.1/mod.ts";
const { VREyeParameters } = dom;

This WebVR API interface represents all the information required to correctly render a scene for a given eye, including field of view information.

Properties

readonly
deprecated
fieldOfView: VRFieldOfView
readonly
offset: Float32Array
readonly
renderHeight: number
readonly
renderWidth: number