Definition
WebXR Device API defines XRPose
[SecureContext, Exposed=Window] interface XRPose {
[SameObject] readonly attribute XRRigidTransform transform;
[SameObject] readonly attribute DOMPointReadOnly? linearVelocity;
[SameObject] readonly attribute DOMPointReadOnly? angularVelocity;
readonly attribute boolean emulatedPosition;
};
Methods and attributes that return objects implementing XRPose
Referring IDL interfaces/dictionaries
Referring specifications
- WebXR Hand Input Module - Level 1 refers to
XRPose
- WebXR Hit Test Module refers to
XRPose