Skip to content

Commit

Permalink
Reduce shadow resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
willeastcott committed Nov 12, 2024
1 parent 95cace6 commit e52d3d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/scripts/shadow-catcher.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@ export class ShadowCatcher extends Script {
normalOffsetBias: 0,
shadowBias: 0,
shadowDistance: 16,
shadowResolution: 2048,
shadowResolution: 1024,
shadowType: SHADOW_VSM16,
shadowUpdateMode: SHADOWUPDATE_REALTIME,
vsmBlurSize: 64,
vsmBlurSize: 32,
enabled: true,
shadowIntensity: 0.6
});
Expand Down

0 comments on commit e52d3d6

Please sign in to comment.