From 956b9609fdc88a685d53ccd91813cbbb1004a37f Mon Sep 17 00:00:00 2001 From: Terry Jia Date: Tue, 25 Feb 2025 10:05:10 -0500 Subject: [PATCH] [3d] disable depth mode (#2720) --- src/components/load3d/Load3DControls.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/load3d/Load3DControls.vue b/src/components/load3d/Load3DControls.vue index a6601d7d0..abba85a98 100644 --- a/src/components/load3d/Load3DControls.vue +++ b/src/components/load3d/Load3DControls.vue @@ -349,8 +349,8 @@ const showMaterialMode = ref(false) const materialModes: MaterialMode[] = [ 'original', 'normal', - 'wireframe', - 'depth' + 'wireframe' + //'depth' disable for now ] const switchCamera = () => {