We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 12be5df + 8a9d986 commit 64e2279Copy full SHA for 64e2279
demos/gemini-xrobject/main.js
@@ -19,7 +19,7 @@ options.world.enableObjectDetection();
19
options.depth.enabled = true;
20
options.depth.depthMesh.updateFullResolutionGeometry = true;
21
options.depth.depthMesh.renderShadow = true;
22
-options.depth.depthTexture.enabled = true;
+options.depth.depthTexture.enabled = false;
23
options.depth.matchDepthView = false;
24
options.hands.enabled = true;
25
options.hands.visualization = false;
0 commit comments