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