Commit Graph

396 Commits

Author SHA1 Message Date
43e9e7baa0 Simplify interaction prompt display and handling in various components 2026-04-11 11:40:25 +02:00
5cf600e601 Refactor interaction prompt logic in runtime-host.ts 2026-04-11 11:16:40 +02:00
650d3271c1 Add third-person camera collision resolution and update controller handling 2026-04-11 11:16:34 +02:00
96754dfcf6 Switch default navigation mode to third person and update imports 2026-04-11 11:16:29 +02:00
75d8723565 Add tests and update navigation controller deactivation logic 2026-04-11 05:17:01 +02:00
8432562252 Add scene exit transition request handling in RuntimeHost 2026-04-11 04:34:31 +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
e4ad280ea5 Add scene readiness check in RuntimeHost 2026-04-11 04:15:38 +02:00
5e64f4db1e Refactor collision world rebuild logic in runtime-host.ts 2026-04-11 04:15:32 +02:00
a773c9f6e5 Add scene load state management and navigation controller activation in runtime-host.ts 2026-04-11 04:15:27 +02:00
ab2a6e09d1 Enhance scene loading and navigation handling in RuntimeHost 2026-04-11 04:15:18 +02:00
9d7bc88596 Add resetSceneState method and scene load state interface 2026-04-11 04:15:07 +02:00
f6cb305243 Add fog material creation and disposal methods in RuntimeHost 2026-04-07 11:33:34 +02:00
4238bce5f5 Remove unnecessary onBeforeRender assignment in configureFogVolumeMesh methods 2026-04-07 11:20:47 +02:00
edea9a6976 Add fog volume mesh configuration in runtime-host.ts 2026-04-07 11:18:57 +02:00
40a53801a7 Add fog quality material and update runtime/viewport hosts 2026-04-07 11:08:57 +02:00
ebafda0833 Simplify reflection enabled condition and handle null render target 2026-04-07 08:32:36 +02:00
de8ceafb7f Add water surface subdivision and UV interpolation in box brush mesh 2026-04-07 07:46:47 +02:00
bfb3eebd2c Refactor fog handling and add reflection update timestamp 2026-04-07 07:13:38 +02:00
052b0a3bcb Implement reflection update interval and fog handling 2026-04-07 07:13:33 +02:00
d5d7219c57 Reset lastReflectionUpdateTime when resizing reflection target 2026-04-07 07:13:33 +02:00
0d5855171a Add surfaceDisplacementEnabled to water material properties 2026-04-07 07:13:33 +02:00
85acd40fbc Disable underwater scene fog by default 2026-04-07 07:13:33 +02:00
5d87c62754 Add lastReflectionUpdateTime to RuntimeWaterContactUniformBinding 2026-04-07 07:13:33 +02:00
3be887d0aa Extract and use getRuntimeWaterFoamContactLimit method in RuntimeHost 2026-04-07 06:55:29 +02:00
a9ca100c3d Adjust water reflection target creation and resizing logic 2026-04-07 06:42:36 +02:00
5fd02cdece Add water reflection target disposal and resize handling in RuntimeHost 2026-04-07 06:37:22 +02:00
aa94c950e1 Update water contact patch handling in runtime-host.ts 2026-04-07 06:36:13 +02:00
d1f0957a7b Add water reflection functionality in runtime-host.ts 2026-04-07 06:35:29 +02:00
5061ddbcb3 Add reflection properties to water material and update shader uniforms 2026-04-07 06:35:15 +02:00
728dc02d72 Add reflection support to runtime-host.ts 2026-04-07 06:35:00 +02:00
3e370591d3 Add underwater fog effect and update water material handling 2026-04-07 06:15:18 +02:00
b62edd7e88 Enhance water material merging logic with normal alignment and profile settings 2026-04-07 05:51:42 +02:00
a74a7c02f0 Update collision detection to handle triangle meshes and transformed colliders 2026-04-07 05:44:28 +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
748273ff38 Refactor water material and runtime handling for better performance and accuracy 2026-04-06 20:52:19 +02:00
c3d28b11ab Add water contact patch uniform handling in RuntimeHost 2026-04-06 18:04:44 +02:00
4e455d4076 Remove unused water quality material creation function 2026-04-06 17:37:28 +02:00
4caa673a1d Reset volume animated uniforms on clear 2026-04-06 17:28:39 +02:00
cef207de4a Update volume time for animated uniforms 2026-04-06 17:28:39 +02:00
0529975ef7 Add support for water material in runtime host 2026-04-06 17:27:13 +02:00
46553a050d Enhance water shader with object interaction and improved foam effects 2026-04-06 17:04:59 +02:00
ef1c7fa0df Enhance water shader with Gerstner waves, normal mapping, refraction, and foam effects 2026-04-06 16:56:46 +02:00
8bfdcd5f9c Update material creation methods to use volume properties directly 2026-04-06 09:19:31 +02:00
163609fb02 Refactor water and fog material creation methods to accept configuration objects 2026-04-06 09:18:14 +02:00
c76c42d5c6 Refactor material creation logic for water and fog modes in runtime-host.ts 2026-04-06 09:17:47 +02:00
9a5b48a02f Add volume time update and material uniform handling in runtime-host.ts 2026-04-06 09:16:49 +02:00
d6eba50dac Update runtime-host.ts to support additional materials and volume animation 2026-04-06 09:16:49 +02:00
1e1f781c2c Remove thickness property from material settings in multiple files 2026-04-06 08:50:33 +02:00