Skip to main content
Module

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

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

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