From 667d4492ee165af7bc04931c6d4493d42ccb07b6 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Tue, 12 May 2026 23:53:58 +0200 Subject: [PATCH] Add normalization utilities for scene path road properties --- src/app/App.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/app/App.tsx b/src/app/App.tsx index adfb1a26..ef001ac8 100644 --- a/src/app/App.tsx +++ b/src/app/App.tsx @@ -238,9 +238,14 @@ import { getScenePathLabel, getScenePathPointIndex, getScenePaths, + normalizeScenePathRoadFalloff, + normalizeScenePathRoadHeightOffset, + normalizeScenePathRoadShoulderWidth, + normalizeScenePathRoadWidth, normalizeScenePathSampledResolution, normalizeScenePathTerrainOffset, normalizeScenePathName, + normalizeScenePathRoadMaterialId, type ScenePath, type ScenePathCurveMode, type ScenePathPoint