Merge remote main: upside-down influence lamps with local hall fixes.

Keep remote lamp orientation, drop castShadow (shadows stay disabled), and retain curator-note plates plus large-hall loading docs.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Danila Khodjaef
2026-07-26 11:40:55 +03:00
co-authored by Cursor
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -676,7 +676,7 @@ function InfluencePictureLamp({
const scale = 1.35;
return (
<group position={[0, mountY, frameDepth * 0.55]} scale={scale}>
<group position={[0, mountY, frameDepth * 0.55]} rotation={[Math.PI, 0, 0]} scale={scale}>
<mesh position={[0, 0.04, -0.05]} renderOrder={30}>
<boxGeometry args={[0.11, 0.05, 0.05]} />
<meshStandardMaterial color="#2f2f2f" metalness={0.9} roughness={0.2} />