From 9a8987519ca2e1ca07b9db672fa1e3db35d29739 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Wed, 13 May 2026 01:11:51 +0200 Subject: [PATCH] Add spline road mesh geometry and path support to runtime host --- src/runtime-three/runtime-host.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/runtime-three/runtime-host.ts b/src/runtime-three/runtime-host.ts index 8f44ea3c..48d45a0c 100644 --- a/src/runtime-three/runtime-host.ts +++ b/src/runtime-three/runtime-host.ts @@ -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