Commit Graph

1040 Commits

Author SHA1 Message Date
697f134f26 Feat: Implement custom material support and texture slot handling 2026-05-18 16:09:58 +02:00
dd3fa6ee7d auto-git:
[change] src/app/App.tsx
2026-05-18 14:35:27 +02:00
d126deb140 Add shape mode selection for spline corridor junctions 2026-05-13 19:24:48 +02:00
dc47cfda14 Add normalizeSplineCorridorJunctionShapeMode import 2026-05-13 19:24:48 +02:00
d5d0040dff Add form controls for configuring spline corridor junction edge properties 2026-05-13 17:18:51 +02:00
3890649fbd Import helper for road edge settings 2026-05-13 17:18:51 +02:00
4e28568246 Refactor terrain grid sample inputs to support all four cardinal directions (East, West, North, South) 2026-05-13 14:52:01 +02:00
a865c82240 Refactor terrain grid resizing logic and synchronize sample drafts 2026-05-13 14:51:19 +02:00
163b768af9 Refactor terrain sample draft management to use unified side sample state 2026-05-13 14:50:54 +02:00
db18579dcc Refactor: Consolidate terrain draft state management 2026-05-13 14:50:40 +02:00
31ac69ec4a auto-git:
[change] src/app/App.tsx
2026-05-13 14:50:29 +02:00
4649a4d4f8 auto-git:
[change] src/app/App.tsx
2026-05-13 14:50:29 +02:00
fe0743bddf auto-git:
[change] src/app/App.tsx
2026-05-13 14:50:29 +02:00
81a470e72e Add terrain grid resize commit handler to ViewportCanvas and App 2026-05-13 14:27:03 +02:00
50a76f800e Implement logic to handle and commit terrain grid resizing 2026-05-13 14:26:30 +02:00
f96cd18ecc Implement directional control for terrain resizing (X and Z axes) 2026-05-13 14:12:07 +02:00
3e2808f18a Support terrain grid resize directions for terrain manipulation functions 2026-05-13 14:11:21 +02:00
d702cdfdf9 Refactor App component and update terrain-related tests 2026-05-13 13:59:25 +02:00
6f64954ee0 auto-git:
[change] src/app/App.tsx
 [change] tests/domain/terrains.test.ts
 [change] tests/unit/terrain-foundation.integration.test.tsx
2026-05-13 13:59:02 +02:00
b72aefe2fa Update terrain grid commitment logic and refine UI descriptions for grid settings 2026-05-13 13:54:59 +02:00
6c641dec57 Remove unnecessary type casting for junction terrain mode 2026-05-13 13:29:45 +02:00
f52235b6b9 Clean up unused imports related to spline corridor junctions 2026-05-13 13:29:45 +02:00
c20e4d966c Remove redundant calculation of spline corridor junction list 2026-05-13 13:29:45 +02:00
b477774bbb Feature: Add road junction management UI and functionality 2026-05-13 13:27:46 +02:00
21693e9963 Implement junction management functions for spline corridor junctions 2026-05-13 13:27:11 +02:00
15f353791b Add logic to detect and filter spline corridor junctions related to selected paths 2026-05-13 13:26:57 +02:00
aa78f83cac Feature: Add support for Spline Corridor Junctions 2026-05-13 13:26:42 +02:00
2fc119fc65 Add utility function to create scene path point after a specified point 2026-05-13 05:09:57 +02:00
09f31c7172 auto-git:
[change] src/app/App.tsx
2026-05-13 05:08:37 +02:00
d9e8e0be4c Refactor path point addition to support insertion after a specific point 2026-05-13 05:08:05 +02:00
5a8882dfcb Implement logic to determine path point insertion anchor ID 2026-05-13 05:07:45 +02:00
ac46e26ac0 Feature: Add collision toggles for path edges and repeaters 2026-05-13 04:28:08 +02:00
21b7ac3d81 Add repeaters prop to App component 2026-05-13 03:57:29 +02:00
8ed0f46371 Use specific ID constant for default scene path repeater asset 2026-05-13 03:55:57 +02:00
8d41671b57 auto-git:
[change] src/app/App.tsx
2026-05-13 03:47:53 +02:00
e0b4a70b73 Feature: Implement path spline repeater management (add, update, delete) 2026-05-13 03:47:06 +02:00
bc265aa018 Add utility functions for formatting path placement and corridor asset labels 2026-05-13 03:46:49 +02:00
562973fed2 Add support for scene path repeaters and spline corridor assets 2026-05-13 03:46:37 +02:00
4b00056751 Add UI controls for configuring road edge properties (profile, width, height, material) 2026-05-13 03:00:15 +02:00
34c779a3ab Implement handler to change specific road edge settings for selected path 2026-05-13 02:59:43 +02:00
0f8050b8c0 Add road edge kind labeling and utilities 2026-05-13 02:59:26 +02:00
f9deeb1f1a auto-git:
[change] src/app/App.tsx
2026-05-13 00:51:06 +02:00
2c346f75f1 Refactor terrain layer rendering and enhance layer management UI by adding controls to add and remove material layers. 2026-05-13 00:49:51 +02:00
8d52accd2d Implement terrain layer management (add/delete) and refine layer index clamping 2026-05-13 00:49:34 +02:00
53370d4212 Use selected terrain's layer count for paint layer index calculation 2026-05-13 00:49:19 +02:00
23f4afc3ea Export MAX_TERRAIN_LAYER_COUNT constant 2026-05-13 00:49:19 +02:00
daa547511c Add terrain layer management commands 2026-05-13 00:49:19 +02:00
81fb4d152c Feat: Implement applying spline road to terrain 2026-05-13 00:15:46 +02:00
59d06b0df9 Feature: Add road preview controls and points configuration 2026-05-12 23:54:53 +02:00
d2fb7442c4 Implement path road change functionality 2026-05-12 23:54:24 +02:00