auto-git:

[change] src/viewport-three/viewport-host.ts
This commit is contained in:
2026-04-22 17:06:47 +02:00
parent b61f88213b
commit fed0b1d1a7

View File

@@ -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,