Import additional brush creation functions and types in runtime-host.ts

This commit is contained in:
2026-04-15 08:00:15 +02:00
parent e96e5d3810
commit 3096ef7459

View File

@@ -40,7 +40,13 @@ import type { LoadedModelAsset } from "../assets/gltf-model-import";
import type { LoadedImageAsset } from "../assets/image-assets";
import type { LoadedAudioAsset } from "../assets/audio-assets";
import type { ProjectAssetRecord } from "../assets/project-assets";
import type { BoxBrush } from "../document/brushes";
import {
createBoxBrush,
createRadialPrismBrush,
createWedgeBrush,
type Brush,
type WhiteboxFaceId
} from "../document/brushes";
import {
applyControlEffectToResolvedState,
createDefaultResolvedControlSource,
@@ -134,6 +140,7 @@ import { ThirdPersonNavigationController } from "./third-person-navigation-contr
import { resolveUnderwaterFogState } from "./underwater-fog";
import { resolveWaterContact } from "./water-volume-utils";
import type {
RuntimeBrushFace,
RuntimeNpcDefinition,
RuntimeBoxBrushInstance,
RuntimeLocalLightCollection,