diff --git a/src/viewport-three/viewport-host.ts b/src/viewport-three/viewport-host.ts index 8b82dac3..4667e7a2 100644 --- a/src/viewport-three/viewport-host.ts +++ b/src/viewport-three/viewport-host.ts @@ -111,8 +111,10 @@ import { } from "../document/world-settings"; import type { WorldSettings } from "../document/world-settings"; import { + createCameraRigEntity, createNpcAlwaysPresence, createNpcColliderSettings, + DEFAULT_CAMERA_RIG_TARGET_OFFSET, DEFAULT_INTERACTABLE_RADIUS, DEFAULT_NPC_YAW_DEGREES, DEFAULT_PLAYER_START_BOX_SIZE, @@ -133,6 +135,8 @@ import { getPlayerStartColliderHeight, getEntityInstances, normalizeYawDegrees, + resolveCameraRigDocumentLookTarget, + type CameraRigEntity, type EntityInstance, type NpcEntity, type PlayerStartEntity,