auto-git:

[change] src/runtime-three/runtime-host.ts
 [change] src/runtime-three/runtime-interaction-system.ts
This commit is contained in:
2026-04-25 04:15:14 +02:00
parent d1a29cb58a
commit 4e36c12814
2 changed files with 15 additions and 1 deletions

View File

@@ -25,10 +25,12 @@ import {
Quaternion,
Scene,
ShaderMaterial,
SphereGeometry,
Vector3,
SpotLight,
TextureLoader,
Texture,
TorusGeometry,
WebGLRenderTarget,
WebGLRenderer
} from "three";
@@ -145,9 +147,13 @@ import type {
import { RapierCollisionWorld } from "./rapier-collision-world";
import {
RuntimeInteractionSystem,
resolveRuntimeTargetCandidates,
resolveStableRuntimeTargetProposal,
type RuntimeDialogueStartSource,
type RuntimeInteractionDispatcher,
type RuntimeInteractionPrompt
type RuntimeInteractionPrompt,
type RuntimeTargetCandidate,
type RuntimeTargetReference
} from "./runtime-interaction-system";
import { RuntimeAudioSystem } from "./runtime-audio-system";
import {
@@ -193,6 +199,7 @@ import {
createRuntimeNpcFromDefinition
} from "./runtime-scene-build";
import {
resolveDefaultTargetCycleInput,
resolvePlayerStartLookInput,
resolvePlayerStartPauseInput
} from "./player-input-bindings";