feat(web): add tone mapping and brightness to 3D scene

The EffectComposer disables three's tone mapping, leaving colors flat and washed out. Add ACES filmic tone mapping plus a small brightness lift so cards match their source images.
This commit is contained in:
2026-08-15 12:25:18 +08:00
parent 7ff8e3c51d
commit fc9f756d52
3 changed files with 8 additions and 1 deletions
+1
View File
@@ -25,6 +25,7 @@
"@tts/http": "workspace:*",
"@tts/tabletop": "workspace:*",
"bson": "^7.3.1",
"postprocessing": "^6.36.6",
"react": "^19.2.8",
"react-dom": "^19.2.8",
"react-router-dom": "^7.18.2",