mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-28 18:22:40 +00:00
[3d] add edge threshold support (#2939)
Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
@@ -907,6 +907,7 @@
|
||||
"model": "Model",
|
||||
"camera": "Camera",
|
||||
"light": "Light",
|
||||
"switchingMaterialMode": "Switching Material Mode..."
|
||||
"switchingMaterialMode": "Switching Material Mode...",
|
||||
"edgeThreshold": "Edge Threshold"
|
||||
}
|
||||
}
|
||||
@@ -335,6 +335,7 @@
|
||||
"load3d": {
|
||||
"backgroundColor": "Couleur de fond",
|
||||
"camera": "Caméra",
|
||||
"edgeThreshold": "Seuil de Bordure",
|
||||
"fov": "FOV",
|
||||
"light": "Lumière",
|
||||
"lightIntensity": "Intensité de la lumière",
|
||||
|
||||
@@ -335,6 +335,7 @@
|
||||
"load3d": {
|
||||
"backgroundColor": "背景色",
|
||||
"camera": "カメラ",
|
||||
"edgeThreshold": "エッジ閾値",
|
||||
"fov": "FOV",
|
||||
"light": "ライト",
|
||||
"lightIntensity": "光の強度",
|
||||
|
||||
@@ -335,6 +335,7 @@
|
||||
"load3d": {
|
||||
"backgroundColor": "배경색",
|
||||
"camera": "카메라",
|
||||
"edgeThreshold": "엣지 임계값",
|
||||
"fov": "FOV",
|
||||
"light": "빛",
|
||||
"lightIntensity": "조명 강도",
|
||||
|
||||
@@ -335,6 +335,7 @@
|
||||
"load3d": {
|
||||
"backgroundColor": "Цвет фона",
|
||||
"camera": "Камера",
|
||||
"edgeThreshold": "Пороговое значение края",
|
||||
"fov": "Угол обзора",
|
||||
"light": "Свет",
|
||||
"lightIntensity": "Интенсивность света",
|
||||
|
||||
@@ -335,6 +335,7 @@
|
||||
"load3d": {
|
||||
"backgroundColor": "背景颜色",
|
||||
"camera": "相机",
|
||||
"edgeThreshold": "边缘阈值",
|
||||
"fov": "视场",
|
||||
"light": "灯光",
|
||||
"lightIntensity": "光照强度",
|
||||
|
||||
Reference in New Issue
Block a user