[3d] add edge threshold support (#2939)

Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
Terry Jia
2025-03-09 13:44:30 -04:00
committed by GitHub
parent 96b84761f3
commit 3d6fe41ee9
12 changed files with 169 additions and 4 deletions

View File

@@ -907,6 +907,7 @@
"model": "Model",
"camera": "Camera",
"light": "Light",
"switchingMaterialMode": "Switching Material Mode..."
"switchingMaterialMode": "Switching Material Mode...",
"edgeThreshold": "Edge Threshold"
}
}

View File

@@ -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",

View File

@@ -335,6 +335,7 @@
"load3d": {
"backgroundColor": "背景色",
"camera": "カメラ",
"edgeThreshold": "エッジ閾値",
"fov": "FOV",
"light": "ライト",
"lightIntensity": "光の強度",

View File

@@ -335,6 +335,7 @@
"load3d": {
"backgroundColor": "배경색",
"camera": "카메라",
"edgeThreshold": "엣지 임계값",
"fov": "FOV",
"light": "빛",
"lightIntensity": "조명 강도",

View File

@@ -335,6 +335,7 @@
"load3d": {
"backgroundColor": "Цвет фона",
"camera": "Камера",
"edgeThreshold": "Пороговое значение края",
"fov": "Угол обзора",
"light": "Свет",
"lightIntensity": "Интенсивность света",

View File

@@ -335,6 +335,7 @@
"load3d": {
"backgroundColor": "背景颜色",
"camera": "相机",
"edgeThreshold": "边缘阈值",
"fov": "视场",
"light": "灯光",
"lightIntensity": "光照强度",