Flip influence-link picture lamps upside down in the 3D hall.

Document the inverted InfluencePictureLamp mount so link indicators match the intended fixture orientation.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Danila Khodjaef
2026-07-22 23:12:54 +03:00
co-authored by Cursor
parent f542c689c9
commit cc39c2b138
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -613,7 +613,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]} castShadow renderOrder={30}>
<boxGeometry args={[0.11, 0.05, 0.05]} />
<meshStandardMaterial color="#2f2f2f" metalness={0.9} roughness={0.2} />