[3d] disable depth mode (#2720)

This commit is contained in:
Terry Jia
2025-02-25 10:05:10 -05:00
committed by GitHub
parent 51c16a4f56
commit 956b9609fd

View File

@@ -349,8 +349,8 @@ const showMaterialMode = ref(false)
const materialModes: MaterialMode[] = [
'original',
'normal',
'wireframe',
'depth'
'wireframe'
//'depth' disable for now
]
const switchCamera = () => {