Skip to content

Commit f11ab81

Browse files
authored
Remove depth sensing from boundary test
1 parent 76f14bb commit f11ab81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/show-boundary.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@
187187
function onRequestSession() {
188188
let sessionInit = {
189189
requiredFeatures: ['local-floor', 'bounded-floor'],
190-
optionalFeatures: ['unbounded', 'depth-sensing']
190+
optionalFeatures: ['unbounded']
191191
};
192192
navigator.xr.requestSession('immersive-ar', sessionInit).then((session) => {
193193
session.mode = 'immersive-ar';
@@ -286,4 +286,4 @@
286286
</script>
287287
</body>
288288

289-
</html>
289+
</html>

0 commit comments

Comments
 (0)