diff --git a/src/runtime-three/runtime-host.ts b/src/runtime-three/runtime-host.ts index 48d45a0c..9b1da2eb 100644 --- a/src/runtime-three/runtime-host.ts +++ b/src/runtime-three/runtime-host.ts @@ -267,6 +267,10 @@ interface RuntimeTerrainRenderObjects { distantMaterial: Material; } +interface RuntimeRoadSurfaceRenderObjects { + mesh: Mesh; +} + function createRuntimeGeometryBrush(brush: RuntimeBoxBrushInstance): Brush { const faces = Object.fromEntries( Object.entries(brush.faces).map(([faceId, face]) => [