Add spline road mesh geometry and path support to runtime host

This commit is contained in:
2026-05-13 01:11:51 +02:00
parent 824a641f80
commit 9a8987519c

View File

@@ -77,6 +77,7 @@ import {
buildTerrainLodMeshData,
resolveTerrainLodLevelIndexWithHysteresis
} from "../geometry/terrain-mesh";
import { buildSplineRoadMeshGeometry } from "../geometry/spline-road-mesh";
import {
createStarterMaterialSignature,
createStarterMaterialTextureSet,
@@ -232,6 +233,7 @@ import type {
RuntimeBoxBrushInstance,
RuntimeLocalLightCollection,
RuntimeNavigationMode,
RuntimePath,
RuntimeSceneDefinition,
RuntimeTerrain,
RuntimeTeleportTarget