forked from immersive-web/webxr-polyfill
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed an issue with offset reference spaces
Turns out we weren't properly passing along the base transform to the new reference space, which would cause it to appear off in cases like `local-floor` or `bounded-floor` reference spaces on devices with real floor detection. (Devices that fell back to the emulated height for `local-floor` did OK.)
- Loading branch information
Showing
2 changed files
with
1 addition
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters