Skip to content

Commit edca99c

Browse files
committed
make body tracking work in unbounded space
1 parent 795d0cc commit edca99c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proposals/body-tracking.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
function onRequestSession() {
8686
let sessionInit = {
8787
requiredFeatures: ['body-tracking'],
88-
optionalFeatures: ['local-floor', 'bounded-floor'],
88+
optionalFeatures: ['local-floor', 'bounded-floor', 'unbounded'],
8989
};
9090
navigator.xr.requestSession('immersive-ar', sessionInit).then((session) => {
9191
session.mode = 'immersive-ar';

0 commit comments

Comments
 (0)