Skip to main content
Module

x/commandis/mod.ts>dom.VRPose

Official framework for Corddis lib ( for Deno only )
Latest
interface dom.VRPose
import { type dom } from "https://deno.land/x/commandis@v0.6.5/mod.ts";
const { VRPose } = dom;

This WebVR API interface represents the state of a VR sensor at a given timestamp (which includes orientation, position, velocity, and acceleration information.)

Properties

readonly
angularAcceleration: Float32Array | null
readonly
angularVelocity: Float32Array | null
readonly
linearAcceleration: Float32Array | null
readonly
linearVelocity: Float32Array | null
readonly
orientation: Float32Array | null
readonly
position: Float32Array | null
readonly
timestamp: number