From b7221327c2b1ad2227e8e04c35b16fde19d5986b Mon Sep 17 00:00:00 2001 From: MayaTheShy Date: Fri, 20 Feb 2026 03:05:59 -0500 Subject: [PATCH] style: Add shadow-receiving ground plane and update UI colors for improved consistency and depth --- client/src/components/Map3D.jsx | 54 +++++++++++++++++++++------------ 1 file changed, 34 insertions(+), 20 deletions(-) diff --git a/client/src/components/Map3D.jsx b/client/src/components/Map3D.jsx index f5afd02..2d7d141 100644 --- a/client/src/components/Map3D.jsx +++ b/client/src/components/Map3D.jsx @@ -1231,6 +1231,12 @@ function Scene({ interactionMode, onInteraction }) { color="#8ec5fc" /> + {/* Shadow-receiving ground plane */} + + + + + {/* Grid */} {modes.map(m => (