Skip to content

Commit 938acb4

Browse files
committed
Add CUSTOM_COLOR_MODE to d.ts
1 parent cceedd7 commit 938acb4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/three/DebugTilesRenderer.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ export const RELATIVE_DEPTH : ColorMode;
1111
export const IS_LEAF : ColorMode;
1212
export const RANDOM_COLOR : ColorMode;
1313
export const RANDOM_NODE_COLOR: ColorMode;
14+
export const CUSTOM_COLOR_MODE: ColorMode;
1415
export class DebugTilesRenderer extends TilesRenderer {
1516

1617
displayBoxBounds : Boolean;

0 commit comments

Comments
 (0)