Support grip spaces in WebXR

This commit is contained in:
Manish Goregaokar 2019-10-07 17:20:14 -07:00
parent 0a745aaa44
commit c521d8ec01
3 changed files with 35 additions and 7 deletions

View file

@ -21,6 +21,6 @@ interface XRInputSource {
readonly attribute XRHandedness handedness;
// [SameObject] readonly attribute XRTargetRayMode targetRayMode;
[SameObject] readonly attribute XRSpace targetRaySpace;
// [SameObject] readonly attribute XRSpace? gripSpace;
[SameObject] readonly attribute XRSpace? gripSpace;
// [SameObject] readonly attribute Gamepad? gamepad;
};