@@ -86,7 +86,7 @@
container.appendChild( renderer.domElement );
const sessionInit = {
- optionalFeatures: [ 'hand-tracking' ]
+ requiredFeatures: [ 'hand-tracking' ]
};
document.body.appendChild( VRButton.createButton( renderer, sessionInit ) );
@@ -99,7 +99,7 @@
@@ -321,7 +321,7 @@
@@ -424,7 +424,7 @@
@@ -381,7 +381,7 @@
@@ -93,7 +93,7 @@