From 498cf1b633fe273eab399086adcf6c86cb1b7d68 Mon Sep 17 00:00:00 2001 From: hypercross Date: Sat, 15 Aug 2026 13:40:34 +0800 Subject: [PATCH] fix(web): balance scene lighting so laid-flat cards don't overexpose Replace the single dominant top light with evenly-spaced key lightformers so a laid-flat card's top face isn't blown out and its underside is lifted by a warm bounce. --- apps/web/src/components/viewers/Scene.tsx | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/apps/web/src/components/viewers/Scene.tsx b/apps/web/src/components/viewers/Scene.tsx index e3efd56..d0cf5da 100644 --- a/apps/web/src/components/viewers/Scene.tsx +++ b/apps/web/src/components/viewers/Scene.tsx @@ -106,8 +106,12 @@ export default function Scene({ - - + + + + + + {shadow && ( @@ -130,7 +134,7 @@ export default function Scene({ - +