mirror of
https://github.com/servo/servo.git
synced 2025-08-13 01:15:34 +01:00
Add XRView.transform
This commit is contained in:
parent
eb837d1ed7
commit
646647e8d9
3 changed files with 21 additions and 16 deletions
|
@ -14,5 +14,5 @@ interface XRView {
|
|||
readonly attribute XREye eye;
|
||||
readonly attribute Float32Array projectionMatrix;
|
||||
readonly attribute Float32Array viewMatrix;
|
||||
// readonly attribute XRRigidTransform transform;
|
||||
readonly attribute XRRigidTransform transform;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue