Add validation and types for spline corridor junctions

This commit is contained in:
2026-05-13 13:13:07 +02:00
parent 3178427f89
commit a123cf8b5a

View File

@@ -108,6 +108,14 @@ import {
type ScenePathRoadEdgeSettings,
type ScenePath
} from "./paths";
import {
MAX_SPLINE_CORRIDOR_JUNCTION_CLIP_DISTANCE,
MAX_SPLINE_CORRIDOR_JUNCTION_RADIUS,
MIN_SPLINE_CORRIDOR_JUNCTION_CLIP_DISTANCE,
MIN_SPLINE_CORRIDOR_JUNCTION_RADIUS,
isSplineCorridorJunctionTerrainMode,
type SplineCorridorJunction
} from "./spline-corridor-junctions";
import {
MAX_TERRAIN_LAYER_COUNT,
MIN_TERRAIN_LAYER_COUNT,