Add XRRigidTransform.matrix

This commit is contained in:
Manish Goregaokar 2019-04-03 12:32:47 -07:00
parent 646647e8d9
commit e73920ee97
2 changed files with 18 additions and 1 deletions

View file

@ -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;
};