Commit Graph

388 Commits

Author SHA1 Message Date
21c0c0a5fc Add audio asset support in App and RunnerCanvas components 2026-04-02 19:40:23 +02:00
74e7be5073 Refactor interaction link handling in App.tsx and update tests 2026-04-02 19:20:15 +02:00
ac70526b2a Remove Materials panel from App.tsx 2026-04-01 05:18:30 +02:00
1bed768ca0 Add material selection and clear material buttons in App.tsx 2026-04-01 05:18:25 +02:00
423eaa733d Close conditional rendering blocks in App.tsx 2026-04-01 04:59:41 +02:00
8f42c223a4 Add conditional rendering for Inspector panel 2026-04-01 04:59:41 +02:00
301f1c5811 Conditionally render World panel based on selection kind 2026-04-01 04:59:41 +02:00
a2af5b4ec8 Remove unused state variables in App.tsx 2026-04-01 04:24:02 +02:00
9c91e4aca3 Remove Trigger Sources section from App.tsx 2026-04-01 04:21:47 +02:00
60562d98fb Remove triggerOnEnter and triggerOnExit from App.tsx 2026-04-01 04:21:47 +02:00
261f44b906 Remove unused state variables from App.tsx 2026-04-01 04:21:29 +02:00
ba3e09c4fc Simplify interaction link deletion logic in App.tsx 2026-04-01 04:21:29 +02:00
3f50ba13bb Remove unused function syncTriggerVolumeFlags from App.tsx 2026-04-01 04:21:11 +02:00
555a0d9910 Update App.tsx to re-sync trigger volume flags after deleting an interaction link 2026-04-01 04:20:50 +02:00
0aab6a7da6 Add function to sync trigger volume flags after mutation 2026-04-01 04:19:36 +02:00
09f962c390 Derive triggerOnEnter/triggerOnExit from actual links 2026-04-01 04:19:31 +02:00
064da0c338 Add loop checkbox to interaction link form 2026-04-01 04:07:29 +02:00
b635081d62 Add loop property to play animation interaction links and update migration script 2026-04-01 04:06:16 +02:00
897fedce5b auto-git:
[change] src/app/App.tsx
2026-04-01 02:54:02 +02:00
104e905f60 auto-git:
[change] src/app/App.tsx
2026-04-01 02:53:52 +02:00
644229e47a auto-git:
[change] src/app/App.tsx
2026-04-01 02:53:51 +02:00
56d7f176d5 auto-git:
[change] src/app/App.tsx
2026-04-01 02:53:13 +02:00
1c6551f6f5 auto-git:
[change] src/app/App.tsx
2026-04-01 02:53:03 +02:00
36045e53ca Update interaction action labels for play and stop animation 2026-04-01 00:17:46 +02:00
ef308b08e2 Add play and stop animation interaction links 2026-04-01 00:17:46 +02:00
530bfd4820 Update App.tsx to use store.executeCommand for animationAutoplay 2026-04-01 00:15:52 +02:00
22e198347c Update App.tsx to use store.executeCommand for animationClipName 2026-04-01 00:15:52 +02:00
80f396c1a5 Add animation selection and autoplay options in App.tsx 2026-04-01 00:14:26 +02:00
5a522c4b0c Add Environment Intensity input for image background mode 2026-03-31 23:15:59 +02:00
c6b00a07bb Implement applyBackgroundEnvironmentIntensity function in App.tsx 2026-03-31 23:15:43 +02:00
752fe84f63 Update background environment intensity effect in App.tsx 2026-03-31 23:15:43 +02:00
10c2615d83 Add background environment intensity state in App.tsx 2026-03-31 23:15:43 +02:00
4eed9c40a4 Update accepted file types for image import 2026-03-31 23:06:03 +02:00
dcee1d75e0 Update background color handling in App.tsx 2026-03-31 22:59:45 +02:00
7709fa317b Enhance world background mode application logic 2026-03-31 20:19:21 +02:00
9eb35964f1 Add background image import functionality 2026-03-31 20:16:41 +02:00
d41a60a901 Add loadedImageAssets to App component 2026-03-31 20:16:41 +02:00
2a50b0eaab Enhance world background preview and add image mode support in App.tsx 2026-03-31 20:16:11 +02:00
86466a5dfb Separate model assets and image assets in the outliner, add import background image button 2026-03-31 20:16:03 +02:00
4724a7543d Add buttons for adding point light and spot light entities 2026-03-31 20:16:03 +02:00
65be5a6432 Add light properties form sections for point and spot lights in App.tsx 2026-03-31 20:15:22 +02:00
944118a130 Refactor event handlers in App.tsx 2026-03-31 20:14:51 +02:00
1415b22481 Refactor event handlers in App.tsx 2026-03-31 20:14:45 +02:00
de9b8b4905 Refactor event handlers in App.tsx 2026-03-31 20:14:39 +02:00
df79a67b93 Add function to apply selected entity draft changes 2026-03-31 20:14:15 +02:00
87fddf6b7b Add functionality to import background images 2026-03-31 20:14:10 +02:00
d6ba906386 Add functions to apply changes for Point Light and Spot Light 2026-03-31 20:14:01 +02:00
95783d0ddc Add support for pointLight and spotLight entities in App.tsx 2026-03-31 20:13:57 +02:00
246926c64f Update applyWorldBackgroundMode to handle image asset selection 2026-03-31 20:13:54 +02:00
2aa6b47715 Add support for model and image assets in App component 2026-03-31 20:13:31 +02:00