Commit Graph

443 Commits

Author SHA1 Message Date
d2eab58881 Add scene entry and exit settings to App component 2026-04-11 04:36:06 +02:00
ac736c0174 Add missing scene entry option handling in App.tsx 2026-04-11 04:35:56 +02:00
4d065cd666 Add scene exit configuration fields in App.tsx 2026-04-11 04:35:49 +02:00
21bcd3c5d1 Add support for scene entry and exit in App component 2026-04-11 04:35:41 +02:00
ed76bda2e3 Add scene entry and exit entities with associated settings and validation 2026-04-11 04:35:31 +02:00
cd3ea64e25 Format and refactor code in App.tsx 2026-04-11 04:22:32 +02:00
7131581703 Add closing tag in App.tsx 2026-04-11 04:22:32 +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
9b1f135399 Add loading overlay styles for runner canvas 2026-04-11 04:17:49 +02:00
c802652aae Update UI for Scene settings and enhance World background display 2026-04-11 04:17:06 +02:00
465de798a0 Remove runtime message and add scene name to RunnerCanvas 2026-04-11 04:17:05 +02:00
bd67055696 Add functions to apply scene loading screen settings 2026-04-11 04:16:19 +02:00
75c89d0d00 Add state management for scene loading headline and description in App.tsx 2026-04-11 04:16:11 +02:00
ee6d941014 Throw error if activeProjectScene is undefined 2026-04-11 04:16:04 +02:00
825ca26c30 Add activeProjectScene variable in App.tsx 2026-04-11 04:16:04 +02:00
1aa8e55487 Import and use setSceneLoadingScreenCommand in App.tsx 2026-04-11 04:16:04 +02:00
664fe443c2 Remove unused import in editor-store.ts 2026-04-11 03:52:29 +02:00
ac5febcb11 Add styles for toolbar components in app.css 2026-04-11 03:49:49 +02:00
9a1a8884e7 Refactor scene controls and add new scene button in App.tsx 2026-04-11 03:49:45 +02:00
8c6e08d4ac Update project save logic in App.tsx 2026-04-11 03:49:45 +02:00
37a37ef0a6 Add handlers for creating scenes and changing active scenes 2026-04-11 03:49:34 +02:00
b25be0d036 Extract sceneList from editorState.projectDocument.scenes 2026-04-11 03:49:34 +02:00
de8360183c Import and prepare commands for scene creation and active scene setting 2026-04-11 03:49:34 +02:00
422b570749 Update EditorStore to support project documents and scenes 2026-04-11 03:49:10 +02:00
2b3e5858f4 Add styles for status bar items 2026-04-11 03:29:29 +02:00
69336d210b Add E2E test for transform status bar and update CSS for status bar items 2026-04-11 03:29:04 +02:00
3f9e89569f Add requestViewportCameraSync function and update related logic in App.tsx 2026-04-11 03:22:34 +02:00
e6e40246ce Update App.tsx and ViewportHost.ts to include viewport camera sync request ID and resolve object scale constraint axis 2026-04-11 03:22:24 +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
a40089d956 Update App.tsx and ViewportHost.ts with axis constraint space and message updates 2026-04-11 02:43:38 +02:00
ab86208e63 Add toggle for viewport grid visibility and update axis constraint handling in App.tsx 2026-04-11 02:40:58 +02:00
c51a396a82 Enhance transform session handling and grid visibility in ViewportHost 2026-04-11 02:40:51 +02:00
bb422a98f1 Add axis constraint space parameter to transform session 2026-04-11 02:38:05 +02:00
3816ad4b33 Convert project bytes to Uint8Array before creating Blob 2026-04-10 12:27:23 +02:00
5b8842b199 Update dependencies in App.tsx 2026-04-10 12:23:52 +02:00
faaa6775f2 Update toolbar buttons and file input handling in App.tsx 2026-04-10 12:23:41 +02:00
63b9f29ef5 Refactor save and load functionality in App.tsx 2026-04-10 12:23:35 +02:00
65bf168d3a Add autosave functionality and update project package handling 2026-04-10 12:23:26 +02:00
27071fc3f3 Add missing closing brace in App.tsx 2026-04-07 07:37:55 +02:00
f8e23bcb4e Refactor App.tsx to use inline function for onBlur event 2026-04-07 07:36:37 +02:00
36b474c2aa Add onBlur event handler for interaction links in App.tsx 2026-04-07 07:36:21 +02:00
578f316db7 Refactor water settings handling and update reflection logic in rendering 2026-04-07 07:33:25 +02:00
66bb99b5ac Add water surface displacement option in App and update document migration & validation 2026-04-07 07:11:26 +02:00
99716fbe30 Add water reflection mode selection in advanced rendering settings 2026-04-07 06:46:37 +02:00
047204bada Add Foam Contact Limit input field in App.tsx 2026-04-07 06:46:31 +02:00
b206149c68 auto-git:
[change] src/app/App.tsx
2026-04-07 06:46:25 +02:00
f88ad88ff2 Include water foam contact limit in box settings update 2026-04-07 06:46:20 +02:00
a587b08a82 Add state and handling for box volume water foam contact limit 2026-04-07 06:46:20 +02:00
0a66233db7 Implement readWaterFoamContactLimitDraft and formatAdvancedRenderingWaterReflectionModeLabel functions 2026-04-07 06:46:00 +02:00
80840536c8 auto-git:
[change] src/app/App.tsx
2026-04-07 06:46:00 +02:00