Commit Graph

1182 Commits

Author SHA1 Message Date
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
263d17286b Feat: Add scale and rotation inputs for NPC and trigger volume settings 2026-05-11 14:05:33 +02:00
9aa3b27b08 Update entity selection logic to handle NPC scale and trigger volume rotation 2026-05-11 14:05:07 +02:00
5dc0fd02d2 Initialize state drafts for trigger volume rotation and NPC scale 2026-05-11 14:05:07 +02:00
26c3699499 Add default constants for NPC scale and trigger volume rotation 2026-05-11 14:05:07 +02:00
8b1e049e4d Update warning message when no active foliage layer is selected 2026-05-02 11:30:23 +02:00
9ccecf45cd Feature: Add foliage blocker painting and clearing tools, and update summary count 2026-05-02 11:29:11 +02:00
84360e2da9 Adjust armed status message for foliage blocker tools 2026-05-02 11:28:55 +02:00
fe80b98bc5 Update status message for foliage blocker tools 2026-05-02 11:28:55 +02:00
62f0310af5 Add foliage blocker painted sample count calculation 2026-05-02 11:28:55 +02:00
6c632d6f58 auto-git:
[change] src/app/App.tsx
2026-05-02 11:28:23 +02:00
25a0abeed4 Feat: Add advanced rendering controls and validation for foliage settings 2026-05-02 10:53:30 +02:00
db94b70c6a Implement foliage advanced rendering controls 2026-05-02 10:53:10 +02:00
60e6153570 Enhance foliage rendering with quality controls and update view synchronization across hosts 2026-05-02 10:52:46 +02:00
c8b21682bb Add foliage mask paint controls and status display 2026-05-02 04:15:40 +02:00
253e8a17f2 Update status message for foliage painting tools 2026-05-02 04:15:40 +02:00
9719011d76 Add validation and update status message for foliage painting/erasing 2026-05-02 04:15:24 +02:00
a5cfd8faf8 Update terrain brush state to support foliage layers and masks 2026-05-02 04:15:14 +02:00