auto-git:

[change] src/runtime-three/runtime-host.ts
This commit is contained in:
2026-04-22 17:00:23 +02:00
parent ce5fdb1fd5
commit 575d140ff5

View File

@@ -157,6 +157,7 @@ import { resolveUnderwaterFogState } from "./underwater-fog";
import { resolveWaterContact } from "./water-volume-utils"; import { resolveWaterContact } from "./water-volume-utils";
import type { import type {
RuntimeBrushFace, RuntimeBrushFace,
RuntimeCameraRig,
RuntimeNpcDefinition, RuntimeNpcDefinition,
RuntimeBoxBrushInstance, RuntimeBoxBrushInstance,
RuntimeLocalLightCollection, RuntimeLocalLightCollection,
@@ -172,7 +173,6 @@ import {
createRuntimeNpcFromDefinition createRuntimeNpcFromDefinition
} from "./runtime-scene-build"; } from "./runtime-scene-build";
import { resolvePlayerStartLookInput, resolvePlayerStartPauseInput } from "./player-input-bindings"; import { resolvePlayerStartLookInput, resolvePlayerStartPauseInput } from "./player-input-bindings";
import type { RuntimeCameraRig } from "./runtime-scene-build";
interface CachedMaterialTexture { interface CachedMaterialTexture {
signature: string; signature: string;