Commit Graph

689 Commits

Author SHA1 Message Date
f533d2f942 Remove unnecessary type assertion in optional allowed value reading 2026-04-02 20:57:37 +02:00
71d35401c8 Fix type assertions in scene document validation tests 2026-04-02 20:57:37 +02:00
180825c661 Add test for invalid advanced rendering settings validation 2026-04-02 20:56:39 +02:00
70dd017f11 auto-git:
[change] tests/serialization/scene-document-json.test.ts
2026-04-02 20:56:32 +02:00
429049050c Add test for migrating v13 documents without advanced rendering block 2026-04-02 20:55:22 +02:00
dcb8f0afb3 Extend scene document JSON tests with advanced rendering settings 2026-04-02 20:55:18 +02:00
8df91b4b07 Add SPATIAL_AUDIO_SCENE_DOCUMENT_VERSION to scene document tests 2026-04-02 20:55:18 +02:00
df720029a7 Update runtime interaction system test to include default world settings 2026-04-02 20:55:18 +02:00
300d34ebf6 Add advanced rendering settings to world tests 2026-04-02 20:54:54 +02:00
33facf37fe Add advanced rendering settings to createEmptySceneDocument test 2026-04-02 20:54:49 +02:00
49c3dd09d4 Add styles for select input and form field toggle 2026-04-02 20:54:45 +02:00
f8b912bfce Add advanced rendering options to App component 2026-04-02 20:54:39 +02:00
e9ac0aa65c Add helper functions for advanced rendering settings formatting 2026-04-02 20:53:41 +02:00
dd2959b593 Add advanced rendering settings to App.tsx 2026-04-02 20:53:34 +02:00
c34a96ffa4 Add advanced rendering settings functions in App.tsx 2026-04-02 20:53:25 +02:00
593f04baac Add function to apply advanced rendering settings 2026-04-02 20:52:58 +02:00
17c55f3e89 Add functions for reading finite numbers and positive integers from draft 2026-04-02 20:52:54 +02:00
37b2dad374 Update App.tsx and advanced-rendering.ts with new rendering settings 2026-04-02 20:52:49 +02:00
8c4d10d752 Enhance RuntimeHost to manage advanced rendering composer lifecycle and size updates 2026-04-02 20:52:27 +02:00
7f72a31a17 Implement advanced rendering synchronization and shadow state application 2026-04-02 20:52:22 +02:00
6911045a51 Add advanced rendering settings and composer initialization 2026-04-02 20:52:22 +02:00
21184f4df4 Add advanced rendering features to runtime-host.ts 2026-04-02 20:51:59 +02:00
2dfe9b5650 Enhance ViewportHost by adding advanced rendering composer disposal and size updates 2026-04-02 20:51:50 +02:00
e15f202fac Implement advanced rendering composer synchronization and shadow state application 2026-04-02 20:51:44 +02:00
afd02bfcec Add advanced rendering settings and composer initialization 2026-04-02 20:51:44 +02:00
7dc200366f Import and configure advanced rendering features in viewport-host.ts 2026-04-02 20:51:20 +02:00
c2216c27a1 Ensure placeholders and selection shells ignore shadows 2026-04-02 20:51:13 +02:00
a5d4c2b983 Refine type definitions and code structure in advanced-rendering.ts 2026-04-02 20:51:13 +02:00
81bfd905ca Add advanced rendering configuration functions 2026-04-02 20:51:13 +02:00
f3dd0903e7 Add migration logic for spatial audio scene documents 2026-04-02 20:50:47 +02:00
b8aef856ad Validate advanced rendering settings in scene document 2026-04-02 20:50:42 +02:00
c074b9f0d3 Add isPositiveInteger validation function 2026-04-02 20:50:42 +02:00
667cd7882f Reorganize imports in scene-document-validation.ts 2026-04-02 20:50:08 +02:00
80bcc8c6e7 Remove unused types from migrate-scene-document.ts 2026-04-02 20:50:08 +02:00
d8d10ad01e Add advanced rendering settings to scene document migration 2026-04-02 20:49:44 +02:00
8d21643177 Update scene-document.ts with advanced rendering settings 2026-04-02 20:49:15 +02:00
26c6af37e8 Add advanced rendering settings to world configuration 2026-04-02 20:41:36 +02:00
736bca3c0f Add postprocessing package to dependencies 2026-04-02 20:36:34 +02:00
c87401e10b Wrap light and sound emitter changes in draft commit scheduling 2026-04-02 20:29:58 +02:00
db9799c203 Add end-to-end test for importing Draco model asset 2026-04-02 20:29:49 +02:00
351d5a32f3 Configure GLTFLoader with DRACOLoader 2026-04-02 20:28:40 +02:00
c16048bb18 Update position expectation to use matchObject 2026-04-02 20:28:40 +02:00
6b6ca50b8c Add unit tests for viewport entity markers 2026-04-02 20:28:40 +02:00
2ec94fdd16 Fix typo in tweeter radius constant 2026-04-02 20:28:40 +02:00
54cd63aa6c auto-git:
[change] src/viewport-three/viewport-host.ts
2026-04-02 20:27:51 +02:00
8dc1155430 auto-git:
[add] src/viewport-three/viewport-entity-markers.ts
2026-04-02 20:27:51 +02:00
6108260ae8 auto-git:
[add] public/draco/gltf/draco_decoder.js
 [add] public/draco/gltf/draco_decoder.wasm
 [add] public/draco/gltf/draco_encoder.js
 [add] public/draco/gltf/draco_wasm_wrapper.js
2026-04-02 20:27:51 +02:00
81c934a93f Convert onBlur handlers to arrow functions in App.tsx 2026-04-02 20:20:45 +02:00
9ee25f6db6 Add autoplay and loop options for sound emitter in e2e tests 2026-04-02 20:20:45 +02:00
77f6c785bd Allow overrides in light and sound emitter change functions 2026-04-02 20:20:14 +02:00