Interface XRPose
interface XRPose {
angularVelocity?: DOMPointReadOnly;
emulatedPosition: boolean;
linearVelocity?: DOMPointReadOnly;
transform: XRRigidTransform;
}
angularVelocity?: DOMPointReadOnly;
emulatedPosition: boolean;
linearVelocity?: DOMPointReadOnly;
transform: XRRigidTransform;
}
Hierarchy
- XRPose (view full)
Describes a position and orientation in space relative to an XRSpace.
ref: https://immersive-web.github.io/webxr/#xrpose-interface