Commit Graph

1345 Commits

Author SHA1 Message Date
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
ce341494ef Add water and fog rendering logic in viewport-host.ts 2026-04-06 08:27:23 +02:00
0d225e3f64 Import Euler from three.js in runtime-host.ts 2026-04-06 08:27:23 +02:00
0eac272aaa Update runtime-host.js to include volume rendering paths and enhance material creation logic 2026-04-06 08:26:46 +02:00
71dc2ac75f Update runtime-host.ts to handle volume rendering paths and improve material creation logic 2026-04-06 08:26:35 +02:00
edf3552c5f Add volume state resolution and point inside oriented volume check in RuntimeHost 2026-04-06 08:26:12 +02:00
104808b876 Add player volume state resolution in RuntimeHost 2026-04-06 08:25:56 +02:00
66e1b78ca1 Add volume state tracking and update locomotion logic in first-person navigation controller 2026-04-06 08:25:45 +02:00
e17a4c3373 Add volume state tracking and locomotion state management in FirstPersonNavigationController 2026-04-06 08:22:24 +02:00
85f6b4d74a Add locomotion state and volume checks to navigation controller 2026-04-06 08:21:33 +02:00
c5d45fe51d Add resolveBoxVolumeRenderPaths function in advanced-rendering.js and advanced-rendering.ts 2026-04-06 08:21:11 +02:00
7167b328af Add support for fog and water volumes in runtime scene build 2026-04-06 08:21:04 +02:00
af659a4646 Update runtime scene build to include volume data 2026-04-06 08:20:38 +02:00
439789e139 Add set box brush volume settings command 2026-04-06 08:20:38 +02:00
b66a642234 Add validation for box volume mode and settings in scene document 2026-04-06 08:19:52 +02:00
39868b72b7 Add validation for advanced rendering fog and water paths, and box volume mode and settings 2026-04-06 08:19:28 +02:00
706edfddcd Add fog and water settings to advanced rendering and update box brush volume handling 2026-04-06 08:19:17 +02:00
54d7ec7329 Remove unused constant BOX_BRUSH_VOLUME_MODES 2026-04-06 08:19:17 +02:00
9e4a17a4a8 Update migrate-scene-document.ts with new box brush volume settings 2026-04-06 08:18:38 +02:00
4abb93203c Bump SCENE_DOCUMENT_VERSION to 20 and add WHITEBOX_BOX_VOLUME_SCENE_DOCUMENT_VERSION 2026-04-06 08:18:38 +02:00
46f8310514 Update scene document version and add box volume render paths 2026-04-06 08:18:09 +02:00
d80a3c5627 Add volume modes and settings for box brushes 2026-04-06 08:18:03 +02:00