Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/ogone/src/ogone.dom.d.ts>VREyeParameters

Advanced Web Composition for Future
Latest
interface VREyeParameters
import { type VREyeParameters } from "https://deno.land/x/ogone@revb3/src/ogone.dom.d.ts";

This WebVR API export 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