auto-git:
[change] src/runtime-three/runtime-host.ts
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user