mirror of
https://github.com/servo/servo.git
synced 2025-08-11 16:35:33 +01:00
Add XRRigidTransform attributes
This commit is contained in:
parent
c775820a79
commit
503ea3d943
2 changed files with 14 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
[SecureContext, Exposed=Window, Pref="dom.webxr.enabled",
|
||||
Constructor(optional DOMPointInit position, optional DOMPointInit orientation)]
|
||||
interface XRRigidTransform {
|
||||
// readonly attribute DOMPointReadOnly position;
|
||||
// readonly attribute DOMPointReadOnly orientation;
|
||||
readonly attribute DOMPointReadOnly position;
|
||||
readonly attribute DOMPointReadOnly orientation;
|
||||
// readonly attribute Float32Array matrix;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue