Add originOffset to XRReferenceSpace

This commit is contained in:
Manish Goregaokar 2019-03-14 13:40:39 -07:00
parent 503ea3d943
commit ffacb1179e
4 changed files with 48 additions and 12 deletions

View file

@ -16,6 +16,6 @@ dictionary XRReferenceSpaceOptions {
[SecureContext, Exposed=Window, Pref="dom.webxr.enabled"]
interface XRReferenceSpace : XRSpace {
// attribute XRRigidTransform originOffset;
attribute XRRigidTransform originOffset;
// attribute EventHandler onreset;
};