Commit Graph

8 Commits

Author SHA1 Message Date
691593ee39 Add whitebox bevel settings to scene document test 2026-04-12 01:06:45 +02:00
720a53c2f4 auto-git:
[change] tests/domain/create-empty-scene-document.test.ts
2026-04-07 06:53:27 +02:00
635ab33d4e Update test case with additional camera properties 2026-04-06 08:55:58 +02:00
33facf37fe Add advanced rendering settings to createEmptySceneDocument test 2026-04-02 20:54:49 +02:00
4f74fa50a4 Add interactionLinks to empty scene document test 2026-03-31 06:21:55 +02:00
e5a472f693 Update empty scene document test and add validation tests for invalid world settings 2026-03-31 05:14:18 +02:00
cbf7e16dd4 Add tests for box brush face editing and update existing tests 2026-03-31 02:39:34 +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