|
|
c2216c27a1
|
Ensure placeholders and selection shells ignore shadows
|
2026-04-02 20:51:13 +02:00 |
|
|
|
351d5a32f3
|
Configure GLTFLoader with DRACOLoader
|
2026-04-02 20:28:40 +02:00 |
|
|
|
0cb7f93987
|
Add audio asset handling and import command
|
2026-04-02 19:33:56 +02:00 |
|
|
|
57527efb0b
|
Update loadModelAssetFromStorage to include gltf.animations
|
2026-03-31 23:58:36 +02:00 |
|
|
|
d33af0982c
|
Update createLoadedModelAsset to include gltf.animations
|
2026-03-31 23:58:36 +02:00 |
|
|
|
4afde51392
|
Update createLoadedModelAsset function to include animations
|
2026-03-31 23:57:25 +02:00 |
|
|
|
8eb30ceca4
|
Add animations field to LoadedModelAsset interface
|
2026-03-31 23:57:25 +02:00 |
|
|
|
256f129f4f
|
Import AnimationClip type from three.js
|
2026-03-31 23:57:25 +02:00 |
|
|
|
764f8bed24
|
Include animation fields in areModelInstancesEqual
|
2026-03-31 23:55:39 +02:00 |
|
|
|
5c1b68451f
|
Populate animationClipName and animationAutoplay in createModelInstance
|
2026-03-31 23:55:39 +02:00 |
|
|
|
fe118f47e3
|
Update createModelInstance to include animation fields
|
2026-03-31 23:55:39 +02:00 |
|
|
|
4befe80d69
|
Add animation playback features
|
2026-03-31 23:55:39 +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 |
|
|
|
d7cf566fcd
|
Update imports and reorganize code in image-assets.ts
|
2026-03-31 22:56:15 +02:00 |
|
|
|
f00c064a2c
|
Remove unused TextureDataType import
|
2026-03-31 20:16:41 +02:00 |
|
|
|
c80d2f04a1
|
Add image asset management functionality
|
2026-03-31 20:04:35 +02:00 |
|
|
|
3f81463551
|
Add transient resource URL creation and revocation in GLTF model import
|
2026-03-31 18:51:43 +02:00 |
|
|
|
8b90a3d851
|
Remove unnecessary try-catch blocks in GLTF loading functions
|
2026-03-31 18:50:12 +02:00 |
|
|
|
a775df160e
|
Rename function to createDataUrlForStoredFile and update variable names
|
2026-03-31 18:49:54 +02:00 |
|
|
|
7c092ae1dd
|
Refactor GLTF model import to handle large files and improve URI rewriting
|
2026-03-31 18:49:50 +02:00 |
|
|
|
951c9e82b4
|
auto-git:
[change] src/assets/gltf-model-import.ts
|
2026-03-31 18:48:19 +02:00 |
|
|
|
5e917bd443
|
Enhance error handling in gltf-model-import.ts
|
2026-03-31 18:46:50 +02:00 |
|
|
|
76b23cf007
|
Refactor and optimize GLTF model import logic
|
2026-03-31 18:45:19 +02:00 |
|
|
|
de1ad9d556
|
Add GLTF model import functionality
|
2026-03-31 18:45:19 +02:00 |
|
|
|
ffeec5bd10
|
Remove gltf model import functionality
|
2026-03-31 18:43:54 +02:00 |
|
|
|
6d913d6110
|
Add project asset storage implementation
|
2026-03-31 18:43:54 +02:00 |
|
|
|
264ed13536
|
Remove project asset storage implementation
|
2026-03-31 18:42:35 +02:00 |
|
|
|
9cd00f862f
|
Add error handling for asset import in gltf-model-import.ts
|
2026-03-31 17:56:28 +02:00 |
|
|
|
3b8539066e
|
Reorder imports in gltf-model-import.ts
|
2026-03-31 17:49:13 +02:00 |
|
|
|
0b406acd38
|
Add texture and material disposal functions in model-instance-rendering.ts
|
2026-03-31 17:49:00 +02:00 |
|
|
|
4e9c6e8ae2
|
Remove unused cloneVec3 function
|
2026-03-31 17:40:48 +02:00 |
|
|
|
b78d426e5f
|
Update group position using set method instead of copy
|
2026-03-31 17:40:48 +02:00 |
|
|
|
ba0b28d616
|
Add model instance rendering functionality
|
2026-03-31 17:40:11 +02:00 |
|
|
|
7b29a37d2a
|
Add functions for cloning and disposing of model resources in gltf-model-import.ts
|
2026-03-31 17:37:48 +02:00 |
|
|
|
082f1ffc3a
|
Refactor GLTF model import and project asset storage
|
2026-03-31 17:31:48 +02:00 |
|
|
|
bcb6f5686e
|
Add GLTF model import and related assets
|
2026-03-31 17:31:48 +02:00 |
|
|
|
3af579c6bb
|
auto-git:
[add] .prettierrc.json
[add] eslint.config.js
[add] index.html
[add] package.json
[add] playwright.config.ts
[add] src/app/App.tsx
[add] src/app/app.css
[add] src/app/editor-store.ts
[add] src/app/use-editor-store.ts
[add] src/assets/.gitkeep
[add] src/commands/command-history.ts
[add] src/commands/command.ts
[add] src/commands/set-scene-name-command.ts
[add] src/core/ids.ts
[add] src/core/selection.ts
[add] src/core/tool-mode.ts
[add] src/core/vector.ts
[add] src/document/migrate-scene-document.ts
[add] src/document/scene-document.ts
[add] src/entities/.gitkeep
[add] src/geometry/.gitkeep
[add] src/main.tsx
[add] src/materials/.gitkeep
[add] src/runtime-three/.gitkeep
[add] src/serialization/local-draft-storage.ts
[add] src/serialization/scene-document-json.ts
[add] src/shared-ui/Panel.tsx
[add] src/viewport-three/ViewportCanvas.tsx
[add] src/viewport-three/viewport-host.ts
[add] src/vite-env.d.ts
[add] tests/domain/create-empty-scene-document.test.ts
[add] tests/domain/editor-store.test.ts
[add] tests/e2e/app-smoke.e2e.ts
[add] tests/serialization/scene-document-json.test.ts
[add] tests/setup/vitest.setup.ts
[add] tsconfig.json
[add] vite.config.ts
[add] vitest.config.ts
|
2026-03-31 01:32:33 +02:00 |
|