diff --git a/src/viewport-three/viewport-host.ts b/src/viewport-three/viewport-host.ts index b063205c..4bd1d6f8 100644 --- a/src/viewport-three/viewport-host.ts +++ b/src/viewport-three/viewport-host.ts @@ -90,6 +90,7 @@ import { } from "../document/world-settings"; import type { WorldSettings } from "../document/world-settings"; import { + createNpcColliderSettings, DEFAULT_INTERACTABLE_RADIUS, DEFAULT_NPC_YAW_DEGREES, DEFAULT_PLAYER_START_BOX_SIZE, @@ -107,10 +108,12 @@ import { DEFAULT_SPOT_LIGHT_DISTANCE, DEFAULT_TELEPORT_TARGET_YAW_DEGREES, DEFAULT_TRIGGER_VOLUME_SIZE, + getNpcColliderHeight, getPlayerStartColliderHeight, getEntityInstances, normalizeYawDegrees, type EntityInstance, + type NpcEntity, type PlayerStartEntity, type PointLightEntity, type SpotLightEntity