Skip to content

Commit

Permalink
fix: adjust Fresnel intensity in CubeObject component
Browse files Browse the repository at this point in the history
  • Loading branch information
EdSDR committed Dec 3, 2024
1 parent e7c7ba3 commit 41662e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/commune-page/src/app/components/cube-object.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ function Cube(props) {
<Fresnel
mode="add"
color="white"
intensity={0.5}
intensity={0.4}
power={1.5}
bias={0.05}
/>
Expand Down

0 comments on commit 41662e6

Please sign in to comment.