Skip to content

Commit 64e2279

Browse files
authored
Merge pull request #94 from dli7319/disable_depth_texture
Disable depth texture in gemini-xrobject
2 parents 12be5df + 8a9d986 commit 64e2279

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demos/gemini-xrobject/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ options.world.enableObjectDetection();
1919
options.depth.enabled = true;
2020
options.depth.depthMesh.updateFullResolutionGeometry = true;
2121
options.depth.depthMesh.renderShadow = true;
22-
options.depth.depthTexture.enabled = true;
22+
options.depth.depthTexture.enabled = false;
2323
options.depth.matchDepthView = false;
2424
options.hands.enabled = true;
2525
options.hands.visualization = false;

0 commit comments

Comments
 (0)