feat(SDK & Editor): 为3D Tiles添加侧边配置栏

This commit is contained in:
2025-10-07 22:33:16 +08:00
parent 28a950478b
commit 1f7b232730
15 changed files with 260 additions and 44 deletions
+16
View File
@@ -39,4 +39,20 @@ export const ROAMING_CHARACTERS = {
WORK_MAN: "Workman",
X_BOT: "X_Bot",
Y_BOT: "Y_Bot",
}
/**
* 3DTiles DebugTilesPlugin ColorMode enum
*/
export const TILES_DEBUG_COLOR_MODE = {
"None": 0,
"Screen error": 1,
"Geometric error": 2,
"Distance": 3,
"Depth": 4,
"Relative depth": 5,
"Is leaf": 6,
"Random color": 7,
"Random node color": 8,
"Load order": 10,
}