Commit Graph

457 Commits

Author SHA1 Message Date
8d2302709d Add requirements.md for animation playback feature 2026-03-31 23:32:25 +02:00
14066e6235 Add .config.kiro file for animation playback 2026-03-31 23:32:24 +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
89bb946dd3 Set scene environment and intensity based on background mode 2026-03-31 23:14:46 +02:00
3e66408af0 Set scene environment and intensity based on background mode 2026-03-31 23:14:46 +02:00
8ebe5ed30a Add validation for non-negative finite number in world background environment intensity 2026-03-31 23:14:26 +02:00
850836f599 Migrate scene document to include environmentIntensity 2026-03-31 23:14:23 +02:00
9a93e8dbcb Set default environmentIntensity when changing background mode to image 2026-03-31 23:14:23 +02:00
9ba44307e7 Include environmentIntensity in areWorldBackgroundSettingsEqual 2026-03-31 23:14:23 +02:00
ccdf1f1b5a Clone environmentIntensity in cloneWorldBackgroundSettings 2026-03-31 23:14:23 +02:00
cbd5917dd4 Add environmentIntensity to WorldImageBackgroundSettings 2026-03-31 23:14:23 +02:00
4eed9c40a4 Update accepted file types for image import 2026-03-31 23:06:03 +02:00
628c90957b Update image import logic to handle HDR formats 2026-03-31 23:04:57 +02:00
2974fb50aa Add HDR format support for image assets 2026-03-31 23:04:42 +02:00
514114892d Add HDR texture support and metadata extraction 2026-03-31 23:04:33 +02:00
d061aa3021 Add support for EXR and HDR image formats 2026-03-31 23:03:56 +02:00
6c27ed9ecf Update image assets to include new texture types 2026-03-31 23:03:56 +02:00
dcee1d75e0 Update background color handling in App.tsx 2026-03-31 22:59:45 +02:00
d7cf566fcd Update imports and reorganize code in image-assets.ts 2026-03-31 22:56:15 +02:00
45a292daaa Add .vscode/settings.json with kiroAgent configuration 2026-03-31 22:48:09 +02:00
7709fa317b Enhance world background mode application logic 2026-03-31 20:19:21 +02:00
fe2809515a Update E2E test to check viewport background image 2026-03-31 20:19:21 +02:00
cee93957b9 Add E2E test for local lights and background images 2026-03-31 20:19:21 +02:00
9e3a1aa833 Add skybox panorama SVG fixture 2026-03-31 20:19:21 +02:00
21e7e9a60e Add tests for Point Light and Spot Light entities in viewport focus resolution 2026-03-31 20:18:04 +02:00
007ec6efea Add tests for local lights and skybox in scene document serialization 2026-03-31 20:17:58 +02:00
5f3afaf97e Add point light and spot light entities to test scene 2026-03-31 20:17:42 +02:00
f73f9571f3 Add tests for point and spot lights with image background validation 2026-03-31 20:17:32 +02:00
744bb0bc32 Add tests for Point Light and Spot Light entities 2026-03-31 20:17:22 +02:00
bc3f84dda6 Add tests for switching and cloning image backgrounds in world settings 2026-03-31 20:17:12 +02:00
707d913765 Add tests for pointLight and spotLight entity creation 2026-03-31 20:17:08 +02:00
f00c064a2c Remove unused TextureDataType import 2026-03-31 20:16:41 +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