Commit Graph

5274 Commits

Author SHA1 Message Date
45dd23840c Add migration and round-trip tests for road edges and box brushes 2026-05-13 03:03:48 +02:00
3eb6d8064a Update scene document tests with spline road edges version 2026-05-13 03:03:48 +02:00
5431a58722 Refactor: Use dedicated override type for ScenePathRoadSettings 2026-05-13 03:03:17 +02:00
2f12b34f71 Add test case for building raised curb edge profile meshes 2026-05-13 03:02:59 +02:00
e61a89da9e Add edge definitions (soft shoulders) to scene document serialization test 2026-05-13 03:02:50 +02:00
2b93be599a Add soft shoulder edge definitions to build runtime scene tests 2026-05-13 03:02:34 +02:00
0c2b1ab5a0 Refactor road edge validation to handle missing or invalid settings dynamically 2026-05-13 03:02:22 +02:00
a65296407e Refine type definition for scene path overrides 2026-05-13 03:01:40 +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
a81caeecc1 Refactor road surface and edge generation logic 2026-05-13 02:59:04 +02:00
61f908ba0b Enhance road surface rendering to support multiple meshes and add fallback colors for road edges 2026-05-13 02:58:35 +02:00
97b13148a4 Refactor road geometry to use separate meshes for surface and edges, improving rendering and disposal logic 2026-05-13 02:58:07 +02:00
a83e5de56f Refactor road material generation and improve resource cleanup logic 2026-05-13 02:57:30 +02:00
e0ad7201dc Improve road surface shadow rendering and define road edge fallback colors 2026-05-13 02:57:12 +02:00
3045797fbe Refactor road surface rendering to use an array of meshes and update path/spline type definitions 2026-05-13 02:56:52 +02:00
0986f7be45 Add material resolution for road edges (left and right) 2026-05-13 02:56:32 +02:00
a25eefd38a Refactor road definition in RuntimePath to include explicit edge settings 2026-05-13 02:56:11 +02:00
582930d22d Add validation for road edges (left and right) in scene path validation 2026-05-13 02:55:53 +02:00
634deadc1f Add validation for scene path road edge settings 2026-05-13 02:55:43 +02:00
991778131d Add validation and settings for scene path road edges 2026-05-13 02:55:24 +02:00
771ad5ea18 Update scene migration to handle spline road edges document version 2026-05-13 02:55:24 +02:00
c25207c92e Implement migration logic for road edge settings in scene paths 2026-05-13 02:53:56 +02:00
4dc7894595 Add road edge settings and update scene document versions 2026-05-13 02:53:56 +02:00
75654b1a15 Feature: Implement road edge geometry generation and refactor mesh creation utilities 2026-05-13 02:53:30 +02:00
274dc4d61c Feat: Add road edge settings and validation to path structures 2026-05-13 02:52:58 +02:00
00123f5e68 Implement road edge settings and types for scene paths 2026-05-13 02:52:34 +02:00
a07394153e Fix test syntax: Update scale property definition in RuntimeHost tests 2026-05-13 02:07:16 +02:00
ccf7fc1b65 Updated unit tests for runtime host configuration. 2026-05-13 02:06:54 +02:00
c5a15e9d27 Update NPC definitions to include targetable properties for better interaction testing. 2026-05-13 02:06:43 +02:00
feb8888700 auto-git:
[change] tests/unit/runtime-host.test.ts
2026-05-13 02:05:49 +02:00
456f19ee76 Use expect.closeTo for robust floating-point comparisons in spline road mesh tests 2026-05-13 01:16:02 +02:00
63933ca627 Update road surface render object state in ViewportHost 2026-05-13 01:16:02 +02:00
fea716d693 Implement road surface render object state update logic 2026-05-13 01:14:47 +02:00
7501d9de42 test: Add test case for resolving road materials in runtime scene 2026-05-13 01:14:15 +02:00
40af62cb05 test: Update road material structure in runtime scene tests 2026-05-13 01:14:15 +02:00
30bde9da2e feat: Add tests for spline road mesh generation 2026-05-13 01:14:15 +02:00
eb4eba461b Improve road surface rendering and implement resource disposal logic 2026-05-13 01:13:22 +02:00
7d9b023515 Implement road surface generation and material setup 2026-05-13 01:12:59 +02:00
332ae892a6 Add road surface rendering lifecycle methods 2026-05-13 01:12:59 +02:00
ea442624cb Initialize road surface rendering state in RuntimeHost 2026-05-13 01:12:17 +02:00
d78a662a6b Define render object structure for road surfaces 2026-05-13 01:12:17 +02:00
9a8987519c Add spline road mesh geometry and path support to runtime host 2026-05-13 01:12:17 +02:00
824a641f80 Enhance runtime path building to include road material definitions 2026-05-13 01:11:51 +02:00
b6255f40c3 Apply advanced shadow rendering flags to road surfaces 2026-05-13 01:11:51 +02:00
d6942f30cd Implement resource cleanup for road surfaces 2026-05-13 01:10:39 +02:00
d8b537faa2 Implement road surface rendering logic 2026-05-13 01:10:31 +02:00
0a38c7dccf Feature: Implement road surface rendering and management in ViewportHost 2026-05-13 01:10:09 +02:00
7c404aab85 feat: Import spline road mesh geometry builder into viewport host 2026-05-13 01:09:59 +02:00