Skip to content

Commit

Permalink
Edit light settings
Browse files Browse the repository at this point in the history
  • Loading branch information
takaneichinose committed Apr 12, 2024
1 parent 6296b05 commit 41de60a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export const directionalLightSettings: DirectionalLightSettings = {

export const ambientLightSettings: AmbientLightSettings = {
color: 0xffffff,
intensity: 0.75,
intensity: 0.5,
};

export const fogSettings: FogSettings = {
Expand Down

0 comments on commit 41de60a

Please sign in to comment.