Commit Graph

834 Commits

Author SHA1 Message Date
3eb32e48d0 Add animation-related maps to RuntimeHost 2026-04-01 00:05:46 +02:00
e154e52671 Add methods to play and stop animations for runtime instances 2026-04-01 00:05:05 +02:00
04da7eb345 Add play and stop animation methods to RuntimeHost and update tests 2026-04-01 00:04:32 +02:00
f981efde61 Add play and stop animation actions in runtime interaction system and update scene build to include animation properties 2026-04-01 00:03:02 +02:00
12e675692a Extend RuntimeInteractionDispatcher with playAnimation and stopAnimation methods 2026-04-01 00:02:21 +02:00
ebf77db1ad Add animationClipName and animationAutoplay to RuntimeModelInstance 2026-04-01 00:02:21 +02:00
89bb946dd3 Set scene environment and intensity based on background mode 2026-03-31 23:14:46 +02:00
386fbdfdc3 Add method to clear local lights in runtime-host.ts 2026-03-31 20:08:05 +02:00
bfd6abfae6 Add methods to create point and spot light runtime objects 2026-03-31 20:07:36 +02:00
01ebb119eb Add local light rendering and update asset handling in RuntimeHost 2026-03-31 20:07:18 +02:00
57c83d764b Add local light support and update imports in runtime-host.ts 2026-03-31 20:07:01 +02:00
9f6c906a90 Add support for point and spot lights in runtime scene build 2026-03-31 20:04:56 +02:00
341a3e0266 Remove unused runtimeScene variable in RuntimeHost 2026-03-31 17:40:31 +02:00
34c344c8a3 Add model instance rendering support in RuntimeHost 2026-03-31 17:40:18 +02:00
be0cba6bcf Refactor asset imports and add runtime model instance handling 2026-03-31 17:32:32 +02:00
e5013503ed Update runtime host to support interactions 2026-03-31 06:46:48 +02:00
ca1aaf9694 Add runtime interaction system 2026-03-31 06:46:48 +02:00
c3c9f95980 Remove unused runtime-interaction-system.ts file 2026-03-31 06:45:54 +02:00
67706d4a7a Refactor renderer initialization and domElement handling in RuntimeHost 2026-03-31 06:25:29 +02:00
0174b5c8d6 Add teleportTo method and reset interaction system in runtime host 2026-03-31 06:17:35 +02:00
0b9aafd2ca Update runtime host to include interaction system 2026-03-31 06:17:30 +02:00
eeb32fde7c Add runtime interaction system and update scene build 2026-03-31 06:17:30 +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
cb8e5875d8 Enable transparent background in WebGLRenderer and remove scene background color 2026-03-31 05:11:19 +02:00
d103f80751 Refactor runtime scene build and viewport host 2026-03-31 05:10:53 +02:00
bbed6d8696 Add navigation mode to runtime scene build 2026-03-31 03:42:16 +02:00
d86f21aa4c Add runtime scene build validation logic 2026-03-31 03:42:15 +02:00
57ed426f09 Fix right vector calculation in first-person navigation controller 2026-03-31 03:23:04 +02:00
f0f4bf4f0f Adjust camera rotation to match authored PlayerStart marker and movement basis 2026-03-31 03:22:51 +02:00
e658c8dc10 Add play mode functionality and player start markers in viewport 2026-03-31 03:07:29 +02:00
ce846a3464 Enhance pointer lock handling and material resolution in runtime scene build 2026-03-31 03:06:47 +02:00
b672ba9b10 Add various runtime-three components 2026-03-31 03:06:47 +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