feat(SDK & Editor): 为3D Tiles添加侧边配置栏
This commit is contained in:
@@ -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,
|
||||
}
|
||||
Reference in New Issue
Block a user