Commit Graph

1366 Commits

Author SHA1 Message Date
cdfb401832 Add volume time and animated uniforms to ViewportHost 2026-04-06 17:28:39 +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
4d59e00ac9 Update App.tsx to handle box water and fog color changes with draft commits 2026-04-06 17:27:02 +02:00
f9f4d6a4a1 Add water material implementation in JavaScript and TypeScript 2026-04-06 17:27:02 +02:00
580eb7f856 Add depth-based water effect and specular highlights in runtime-host.js 2026-04-06 17:05:21 +02:00
46553a050d Enhance water shader with object interaction and improved foam effects 2026-04-06 17:04:59 +02:00
565e6e54a3 Update shader for more realistic water effects 2026-04-06 16:58:16 +02:00
ef1c7fa0df Enhance water shader with Gerstner waves, normal mapping, refraction, and foam effects 2026-04-06 16:56:46 +02:00
3191b2cefd Add clearModelInstances method to RuntimeHost 2026-04-06 09:21:06 +02:00
41feeb463e Add shader-based water and fog materials with animation support 2026-04-06 09:20:00 +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
e6405fb3de Reorganize Volume Rendering Paths section in App.tsx 2026-04-06 09:16:29 +02:00
18f69a7d20 Configure Vite to prefer TypeScript source files 2026-04-06 09:07:10 +02:00
dc9daf0ce2 Remove Volume Rendering Paths section from App.tsx 2026-04-06 09:04:08 +02:00
620e73d380 Add advanced rendering options for fog and water paths in App.tsx 2026-04-06 09:02:21 +02:00
e8e9dc61a4 Configure Vite to prefer TypeScript source files 2026-04-06 09:02:11 +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
1e1f781c2c Remove thickness property from material settings in multiple files 2026-04-06 08:50:33 +02:00
dfb9018e41 Remove transmission property from material settings 2026-04-06 08:50:33 +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
d7369da1c3 Remove transmission property from material settings in ViewportHost 2026-04-06 08:45:14 +02:00
40bd7540e9 Add type annotation for volumeRenderPaths in RuntimeHost 2026-04-06 08:45:14 +02:00
6cdb99e80e Update validation tests for scene document 2026-04-06 08:44:11 +02:00
f130bd0af9 Add fogPath and waterPath to scene document JSON test 2026-04-06 08:44:10 +02:00
ae0838838d Update tests for invalid volume settings in scene document validation 2026-04-06 08:44:01 +02:00
30b7b152c3 Add tests for advanced rendering logic 2026-04-06 08:34:39 +02:00
df4064ba12 Update test for scene document JSON migration 2026-04-06 08:33:29 +02:00
87651ee670 Add tests for whitebox geometry volume settings and migration of legacy scenes 2026-04-06 08:33:26 +02:00
2b282ad01a Add validation for advanced rendering fog and water paths, and box volume settings 2026-04-06 08:33:16 +02:00
55482624f1 Update build-runtime-scene.test.ts to include water and fog volumes 2026-04-06 08:33:10 +02:00
da6d6d1c2c auto-git:
[change] tests/domain/create-box-brush.command.test.ts
2026-04-06 08:33:00 +02:00
c8fe4125ec Add locomotion state and water/fog volume status to runner stats in App.js 2026-04-06 08:33:00 +02:00
c074f3e597 Add locomotion, water volume, and fog volume stats to App.tsx 2026-04-06 08:31:23 +02:00
2f5fd46044 Add volume mode selection and settings for water and fog in App.tsx 2026-04-06 08:29:51 +02:00
b4cd57c5fa Add volume rendering paths selection to App component 2026-04-06 08:29:15 +02:00
3a12826d6b Add advanced rendering fog and water path settings in App.tsx 2026-04-06 08:29:03 +02:00
f42ca08334 Add functions to apply box volume settings and modes in App.tsx 2026-04-06 08:28:59 +02:00
b6e0f57251 Update selected brush handling to include volume properties in App.tsx 2026-04-06 08:28:41 +02:00
ce27bc718a Add state variables for box volume properties in App.tsx 2026-04-06 08:28:41 +02:00
f3abebeb17 Add helper functions for formatting box volume mode and render path labels in App.tsx 2026-04-06 08:28:28 +02:00
720a182305 Import and add BoxBrushVolumeSettingsCommand to App.tsx 2026-04-06 08:28:28 +02:00
d7bad93e67 Add support for water and fog volume rendering in ViewportHost 2026-04-06 08:27:40 +02:00