Skip to content

Commit

Permalink
Fix CausticScene shadows
Browse files Browse the repository at this point in the history
  • Loading branch information
krispya committed Jul 13, 2024
1 parent f63ecf7 commit 9978db8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/scenes/caustic/CausticScene.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export default function CausticScene() {
<Scene />
<AccumulativeShadows
frames={100}
alphaTest={0.85}
alphaTest={0.8}
opacity={0.8}
color={resolvedTheme === 'dark' ? '#5e00d3' : 'red'}
scale={20}
Expand All @@ -71,7 +71,7 @@ export default function CausticScene() {
amount={8}
radius={6}
ambient={0.5}
intensity={1}
intensity={Math.PI}
position={[-1.5, 2.5, -2.5]}
bias={0.001}
/>
Expand Down

0 comments on commit 9978db8

Please sign in to comment.