Add support for scene path repeaters and spline corridor assets

This commit is contained in:
2026-05-13 03:46:22 +02:00
parent 2b7bedfa23
commit 562973fed2

View File

@@ -238,6 +238,7 @@ import {
areScenePathsEqual,
createAppendedScenePathPoint,
createScenePath,
createScenePathRepeater,
getScenePathLabel,
getScenePathPointIndex,
getScenePaths,
@@ -253,12 +254,24 @@ import {
normalizeScenePathTerrainOffset,
normalizeScenePathName,
normalizeScenePathRoadMaterialId,
normalizeScenePathRepeaterAssetId,
normalizeScenePathRepeaterHeightOffset,
normalizeScenePathRepeaterInset,
normalizeScenePathRepeaterOffset,
normalizeScenePathRepeaterPlacement,
normalizeScenePathRepeaterRandomScale,
normalizeScenePathRepeaterRandomYawDegrees,
normalizeScenePathRepeaterScale,
normalizeScenePathRepeaterSpacing,
normalizeScenePathRepeaterYawOffsetDegrees,
type ScenePath,
type ScenePathCurveMode,
type ScenePathRepeaterPlacement,
type ScenePathRoadEdgeKind,
type ScenePathRoadEdgeSide,
type ScenePathPoint
} from "../document/paths";
import { BUNDLED_SPLINE_CORRIDOR_ASSETS } from "../spline-corridor/bundled-spline-corridor-assets";
import {
areTerrainsEqual,
createTerrain,