Skip to content

Commit

Permalink
Reduce starfields
Browse files Browse the repository at this point in the history
  • Loading branch information
NightfuryEquinn committed Nov 29, 2024
1 parent dd6b017 commit 2c1918b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Experience.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ export default function Experience() {
<Star sunDirection={ sunDirection } />
<Earth sunDirection={ sunDirection } />

<InfiniteStarField count={ 100 } size={ 400 } gridSize={ 3 } />
<InfiniteStarField count={ 200 } size={ 800 } gridSize={ 3 } />
<InfiniteStarField count={ 5 } size={ 400 } gridSize={ 8 } />
<InfiniteStarField count={ 10 } size={ 800 } gridSize={ 8 } />

<ambientLight intensity={ 0.375 } />
<pointLight castShadow intensity={ 5 } position={[0, 0, 0]} />
Expand Down

0 comments on commit 2c1918b

Please sign in to comment.