diff --git a/src/viewport-three/viewport-host.ts b/src/viewport-three/viewport-host.ts index 4667e7a2..d736474d 100644 --- a/src/viewport-three/viewport-host.ts +++ b/src/viewport-three/viewport-host.ts @@ -356,6 +356,8 @@ const TELEPORT_TARGET_COLOR = 0x7ee0ff; const TELEPORT_TARGET_SELECTED_COLOR = 0xf6c48a; const SCENE_ENTRY_COLOR = 0x75f0d8; const SCENE_ENTRY_SELECTED_COLOR = 0xf6c48a; +const CAMERA_RIG_COLOR = 0x86c3ff; +const CAMERA_RIG_SELECTED_COLOR = 0xf3be8f; const NPC_COLOR = 0xa0df7a; const NPC_SELECTED_COLOR = 0xf4cd83; const INTERACTABLE_COLOR = 0x92de7e;