Commit Graph

1019 Commits

Author SHA1 Message Date
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
667d4492ee Add normalization utilities for scene path road properties 2026-05-12 23:54:13 +02:00
2128ee27d3 Feature: Add controls for path-to-terrain interaction (Glue to Terrain and Terrain Offset) 2026-05-12 23:35:35 +02:00
552f19a7f5 Feat: Add path terrain glue and offset controls 2026-05-12 23:35:19 +02:00
c60bbbc519 Feat: Add path configuration options (curve mode and sample resolution) 2026-05-12 22:48:10 +02:00
3e5ea88bbf Enhance path editing controls by adding handlers for curve mode and sampled resolution. 2026-05-12 22:47:43 +02:00
d5cc2ed50f Update path point instructions and fix button click handler binding 2026-05-12 22:36:47 +02:00
76afc30811 Enhance path point handling and simplify path creation status message 2026-05-12 22:36:02 +02:00
19354cea62 Enhance path point placement with transform/grab mode functionality 2026-05-12 22:35:39 +02:00
48aaadd299 auto-git:
[change] src/app/App.tsx
2026-05-12 22:32:10 +02:00
649e157e74 Add controls for adding and applying path points 2026-05-12 22:26:58 +02:00
8e1836ef13 Display summary count when multiple points are selected in viewport 2026-05-12 22:11:14 +02:00
ea3da3a1c9 Implement deletion functionality for multiple selected path points 2026-05-12 22:10:55 +02:00
ea986143a6 Update selection display and duplication logic for multiple path points 2026-05-12 22:10:41 +02:00
9939e3f4d8 Import delete path points command 2026-05-12 22:10:41 +02:00
778e483aad Implement NPC target anchor selection and custom offset inputs 2026-05-11 21:57:52 +02:00
436ec50197 Feature: Add target anchor support for NPC entities 2026-05-11 21:57:32 +02:00
b82d60e61b Add state management for NPC target anchor mode and offset 2026-05-11 21:57:24 +02:00
14a283010e Implement NPC target anchor features 2026-05-11 21:57:16 +02:00
4d39cd020e Feature: Add UI control and state management for NPC targetability 2026-05-11 21:23:53 +02:00
01ef204dcc auto-git:
[change] src/app/App.tsx
 [change] src/commands/commit-transform-session-command.ts
 [change] src/core/transform-session.ts
 [change] src/document/migrate-scene-document.ts
 [change] src/entities/entity-instances.ts
 [change] src/runtime-three/runtime-host.ts
2026-05-11 14:15:14 +02:00
7abacca0bf Feature: Add rotation (X, Y, Z) and size inputs to the form 2026-05-11 14:07:05 +02:00