diff --git a/src/app/App.tsx b/src/app/App.tsx index 541e2356..7c6132c6 100644 --- a/src/app/App.tsx +++ b/src/app/App.tsx @@ -22973,6 +22973,32 @@ export function App({ ))} + + Shape + + handleSplineCorridorJunctionChange( + createSplineCorridorJunction({ + ...junction, + shapeMode: + normalizeSplineCorridorJunctionShapeMode( + event.currentTarget.value + ) + }), + "Updated spline corridor junction shape." + ) + } + > + + Straight chamfer + + Curve + Corner + + Terrain Mode