Commit a97383a
Fix furniture rotation and pin Playwright to 1.49 (#15)
Two fixes:
1. FBX models were lying on their side because they were authored in
a Z-up coordinate system. Added rotation={[-Math.PI/2, 0, 0]} to
every furniture placement to convert from Z-up to Three.js Y-up.
All equipment now stands upright on the floor.
2. Playwright had auto-upgraded from 1.49 to 1.59 (breaking change —
test registration API changed). Pinned @playwright/test to ~1.49.0
and reinstalled. Updated capture-screenshots.spec.ts to use the
stable test.skip() API. All 6 e2e tests + 2 capture tests pass.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 27705e6 commit a97383a
483 files changed
Lines changed: 30 additions & 49 deletions
File tree
- environment/react_frontend
- src
- assets/Interior
- Coffee
- Images
- Hospital
- Images
- Office
- Reception
- Ward
- Market
- Images
- Mechanic
- Images
- Police
- Images
- Jail
- Reception
- Restaurant
- Images
- Textures
- components
- tests/e2e
- test-results
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
0 commit comments