|
|
b1ad68ee06
|
Add functions to handle model instance bounding box and focus target creation
|
2026-03-31 17:32:38 +02:00 |
|
|
|
54c09b02af
|
Add methods for rendering different entity types in viewport-host.ts
|
2026-03-31 05:53:34 +02:00 |
|
|
|
38c64264cc
|
Rename rebuildPlayerStartMarkers to rebuildEntityMarkers and update related methods
|
2026-03-31 05:52:51 +02:00 |
|
|
|
d0cca56c19
|
Update viewport-host.ts to include new geometries and entity render objects
|
2026-03-31 05:52:37 +02:00 |
|
|
|
3ea9814058
|
Add runtime entity collection and focus target handling
|
2026-03-31 05:52:30 +02:00 |
|
|
|
07d03820cc
|
Update OrbitVisitorNavigationController and ViewportCanvas.tsx
|
2026-03-31 05:18:59 +02:00 |
|
|
|
507b6fe80c
|
Apply world background style to RunnerCanvas and ViewportCanvas
|
2026-03-31 05:11:19 +02:00 |
|
|
|
d103f80751
|
Refactor runtime scene build and viewport host
|
2026-03-31 05:10:53 +02:00 |
|
|
|
d9c40efd02
|
Remove unused dependency in ViewportCanvas.tsx
|
2026-03-31 04:37:53 +02:00 |
|
|
|
25603392db
|
Invert vertical orbit camera rotation direction
|
2026-03-31 04:37:53 +02:00 |
|
|
|
b78030db83
|
Import DEFAULT_BOX_BRUSH_CENTER in ViewportCanvas.tsx
|
2026-03-31 04:33:34 +02:00 |
|
|
|
5653d88f8c
|
Add button for creating default box in ViewportCanvas fallback
|
2026-03-31 04:31:21 +02:00 |
|
|
|
c938b3ccdd
|
Add focusRequestId and focusSelection to ViewportCanvas props and update useEffect
|
2026-03-31 04:24:23 +02:00 |
|
|
|
b4f5d44b9d
|
Add camera drag and zoom functionality in viewport-host.ts
|
2026-03-31 04:24:14 +02:00 |
|
|
|
60beb1bec5
|
Add focus and camera control features in viewport-host.ts
|
2026-03-31 04:24:05 +02:00 |
|
|
|
bdeb44269b
|
Enhance viewport host with camera vectors and spherical coordinates
|
2026-03-31 04:23:57 +02:00 |
|
|
|
dc81d5551a
|
Update viewport host with constants and import focus resolver
|
2026-03-31 04:23:57 +02:00 |
|
|
|
ea2927fb8c
|
Add viewport focus logic
|
2026-03-31 04:23:57 +02:00 |
|
|
|
ef9231aeda
|
auto-git:
[change] src/viewport-three/viewport-host.ts
|
2026-03-31 03:46:38 +02:00 |
|
|
|
f52cd5d884
|
Enhance App component with validation and UI updates for better user experience
|
2026-03-31 03:45:52 +02:00 |
|
|
|
57a4d45692
|
auto-git:
[change] src/app/editor-store.ts
[change] src/viewport-three/viewport-host.ts
|
2026-03-31 03:44:17 +02:00 |
|
|
|
1db5f63b51
|
Simplify tool mode handling and improve material disposal in viewport-host
|
2026-03-31 03:10:53 +02:00 |
|
|
|
e658c8dc10
|
Add play mode functionality and player start markers in viewport
|
2026-03-31 03:07:29 +02:00 |
|
|
|
6c41d31e68
|
Remove unused constant BRUSH_BASE_COLOR
|
2026-03-31 02:39:34 +02:00 |
|
|
|
f7ee18114e
|
Update ViewportCanvas to handle EditorSelection changes
|
2026-03-31 02:36:37 +02:00 |
|
|
|
b9e59e6434
|
Add viewport-host.ts for Three.js based viewport rendering
|
2026-03-31 02:36:37 +02:00 |
|
|
|
2a56d926b0
|
Remove viewport-host.ts file
|
2026-03-31 02:34:52 +02:00 |
|
|
|
b676dc2e1f
|
Update component props and styles for App and ViewportCanvas
|
2026-03-31 02:06:17 +02:00 |
|
|
|
d78da160a0
|
Update ViewportCanvas to include document and selection props, add brush rendering and interaction
|
2026-03-31 02:05:53 +02:00 |
|
|
|
d2e45e525b
|
Update app.css and ViewportCanvas.tsx for WebGL fallback handling
|
2026-03-31 01:38:33 +02:00 |
|
|
|
e15937545a
|
auto-git:
[change] src/viewport-three/ViewportCanvas.tsx
|
2026-03-31 01:32:33 +02:00 |
|
|
|
efb706a0f3
|
auto-git:
[change] src/app/App.tsx
[change] src/app/editor-store.ts
[change] src/document/migrate-scene-document.ts
[change] src/document/scene-document.ts
[change] src/viewport-three/ViewportCanvas.tsx
[change] src/viewport-three/viewport-host.ts
|
2026-03-31 01:32:33 +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 |
|