Commit Graph

512 Commits

Author SHA1 Message Date
9b8aa3a00b Update tests for thirdPerson navigation mode 2026-04-11 11:19:08 +02:00
58c5428c2b Add Scene Entry and Exit Entities to Build Runtime Scene Tests 2026-04-11 04:40:11 +02:00
f3c715033e Update tests for Scene Exit entities and interactions 2026-04-11 04:39:54 +02:00
e205cea50c auto-git:
[change] src/app/app.css
 [change] src/commands/set-scene-loading-screen-command.ts
 [change] src/document/migrate-scene-document.ts
 [change] src/document/scene-document-validation.ts
 [change] src/document/scene-document.ts
 [change] src/runner-web/RunnerCanvas.tsx
 [change] src/runtime-three/first-person-navigation-controller.ts
 [change] src/runtime-three/navigation-controller.ts
 [change] src/runtime-three/orbit-visitor-navigation-controller.ts
 [change] src/runtime-three/runtime-host.ts
 [change] tests/domain/editor-store.test.ts
 [change] tests/serialization/local-draft-storage.test.ts
 [change] tests/serialization/project-document-json.test.ts
 [change] tests/serialization/project-package.test.ts
 [change] tests/unit/runner-canvas.test.tsx
 [change] tests/unit/runtime-host.test.ts
2026-04-11 04:19:51 +02:00
af6c7e00b1 Add test for updating scene loading overlay settings 2026-04-11 04:19:00 +02:00
e35a06131c Add tests for scene creation, active scene switching, and command history management 2026-04-11 03:52:07 +02:00
4a66cccd79 auto-git:
[change] src/app/App.tsx
 [change] src/app/editor-store.ts
 [change] src/core/transform-session.ts
 [change] src/viewport-three/ViewportCanvas.tsx
 [change] src/viewport-three/ViewportPanel.tsx
 [change] src/viewport-three/viewport-host.ts
 [change] tests/unit/viewport-canvas.test.tsx
2026-04-11 02:44:49 +02:00
ff05e9c9cb Add test for local axis constraint support in transform sessions 2026-04-11 02:42:27 +02:00
19fb68b1ce Add tests and update messages for autosave functionality 2026-04-10 12:26:04 +02:00
2c5ee65291 Add test for SSAO radius value in advanced rendering 2026-04-07 12:18:22 +02:00
6e28024097 Enhance ambient occlusion effect with dual-layer SSAO and additional parameters 2026-04-07 12:17:15 +02:00
486f0f3f3c Enhance advanced rendering by adding normal pass and refining SSAO effect settings 2026-04-07 12:16:56 +02:00
56bf1c4e32 Update FOG_STEPS value in fog-material test 2026-04-07 11:35:12 +02:00
55290572e0 Add test for localCameraPosition uniform in fog-material 2026-04-07 11:20:47 +02:00
40a53801a7 Add fog quality material and update runtime/viewport hosts 2026-04-07 11:08:57 +02:00
cbed3c1503 Update water material test expectations 2026-04-07 10:46:22 +02:00
73fdff0167 Add test case for water material contact patches with box brush 2026-04-07 10:44:41 +02:00
e22c899d63 Add tests for water contact patch creation and foam generation 2026-04-07 10:38:32 +02:00
691b0ca645 Refactor uniform creation in water material shaders and tests 2026-04-07 07:50:46 +02:00
79dac5911c Update tests for water material and volume integration 2026-04-07 07:33:37 +02:00
c82d547dd8 Add surfaceDisplacementEnabled to water material tests and validation 2026-04-07 07:22:24 +02:00
f4624d4bc1 Add foamContactLimit to water properties in multiple tests 2026-04-07 06:56:35 +02:00
e73aed9063 Add foamContactLimit to water properties in create-box-brush.command.test.ts 2026-04-07 06:56:35 +02:00
0241e076ba Add foamContactLimit to water properties in build-runtime-scene.test.ts 2026-04-07 06:56:35 +02:00
32b50fe95e Add test for foam contact patch count cap and update water material tests 2026-04-07 06:54:30 +02:00
4fe105aa1b auto-git:
[change] tests/domain/world-settings.test.ts
2026-04-07 06:53:27 +02:00
196bb6cef8 auto-git:
[change] tests/domain/create-empty-scene-document.test.js
2026-04-07 06:53:27 +02:00
720a53c2f4 auto-git:
[change] tests/domain/create-empty-scene-document.test.ts
2026-04-07 06:53:27 +02:00
32cef4334d Update water material tests 2026-04-07 06:17:25 +02:00
acf82132ba Update test vertices for water material 2026-04-07 06:04:11 +02:00
76b7cf538a Update vertex coordinates in water material test 2026-04-07 06:03:01 +02:00
3c54ba00c9 Add waterline segment creation and update contact patch logic 2026-04-07 06:01:45 +02:00
47efbbfd43 Update vertex coordinates in water material test 2026-04-07 05:52:19 +02:00
8a774a8e7f Update test data for water material helpers 2026-04-07 05:51:49 +02:00
b62edd7e88 Enhance water material merging logic with normal alignment and profile settings 2026-04-07 05:51:42 +02:00
b9bda55693 Add patch merging functionality in water-material 2026-04-07 05:48:48 +02:00
a74a7c02f0 Update collision detection to handle triangle meshes and transformed colliders 2026-04-07 05:44:28 +02:00
b062b2beea Add polygon clipping and area calculation to water contact patch collection 2026-04-07 05:12:55 +02:00
340ea8c3d3 Update water material test size values 2026-04-07 05:04:12 +02:00
0e4bd01e69 Update water contact patch collection and handling in rendering and runtime modules 2026-04-07 04:59:09 +02:00
6587f59cda Update createFaceMaterial to include staticContactPatches in runtime-host.js and .ts, adjust tests in water-material.test.ts 2026-04-06 20:55:31 +02:00
c7433820a4 Add contact patches uniform to water material and update tests 2026-04-06 18:04:25 +02:00
ff23723797 Refactor water material to use ShaderMaterial for better rendering effects 2026-04-06 17:48:23 +02:00
6da77e8495 Update water material properties and tests 2026-04-06 17:43:33 +02:00
a157eefd1f Add water material and volume tests 2026-04-06 17:34:54 +02:00
e284344f69 Update test case with additional camera properties 2026-04-06 08:55:58 +02:00
635ab33d4e Update test case with additional camera properties 2026-04-06 08:55:58 +02:00
40fb0a0973 Add volumes property to runtime scene fixture 2026-04-06 08:50:33 +02:00
c456b63204 Initialize volumes object in runtime scene fixture 2026-04-06 08:45:14 +02:00
6cdb99e80e Update validation tests for scene document 2026-04-06 08:44:11 +02:00