Skip to content

Commit

Permalink
Merge pull request #273 from open-pv/chirality_bug
Browse files Browse the repository at this point in the history
Fix chirality bug of PV systems
  • Loading branch information
MartGro authored Sep 4, 2024
2 parents f893d0b + cbeb58a commit 951b39c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/ThreeViewer/Meshes/PVSystems.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ const PVSystem = ({ geometry, annualYield, area }) => {
transparent: true,
opacity: 0.5,
metalness: 1,
side: THREE.DoubleSide,
})
}
/>
Expand Down

0 comments on commit 951b39c

Please sign in to comment.