mirror of
https://github.com/servo/servo.git
synced 2025-08-13 09:25:32 +01:00
Add XRRigidTransform.matrix
This commit is contained in:
parent
646647e8d9
commit
e73920ee97
2 changed files with 18 additions and 1 deletions
|
@ -9,6 +9,6 @@
|
|||
interface XRRigidTransform {
|
||||
readonly attribute DOMPointReadOnly position;
|
||||
readonly attribute DOMPointReadOnly orientation;
|
||||
// readonly attribute Float32Array matrix;
|
||||
readonly attribute Float32Array matrix;
|
||||
readonly attribute XRRigidTransform inverse;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue