mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-10 18:10:08 +00:00
[3d] disable depth mode (#2720)
This commit is contained in:
@@ -349,8 +349,8 @@ const showMaterialMode = ref(false)
|
||||
const materialModes: MaterialMode[] = [
|
||||
'original',
|
||||
'normal',
|
||||
'wireframe',
|
||||
'depth'
|
||||
'wireframe'
|
||||
//'depth' disable for now
|
||||
]
|
||||
|
||||
const switchCamera = () => {
|
||||
|
||||
Reference in New Issue
Block a user