Add XRPose.transform

This commit is contained in:
Manish Goregaokar 2019-04-03 10:46:41 -07:00
parent e1f0ad7b7c
commit f9c25c612a
4 changed files with 34 additions and 5 deletions

View file

@ -6,6 +6,6 @@
[SecureContext, Exposed=Window, Pref="dom.webxr.enabled"]
interface XRPose {
// readonly attribute XRRigidTransform transform;
readonly attribute XRRigidTransform transform;
// readonly attribute boolean emulatedPosition;
};