Skip to content

Commit

Permalink
improves SSAO quality vs performance balance (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCodeTherapy authored Mar 19, 2024
1 parent c0eb634 commit c9d5b8c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const ppssaoOptions = {

export const n8ssaoValues = {
enabled: true,
halfRes: false,
halfRes: true,
aoRadius: 5,
distanceFalloff: 3.0,
intensity: 1.0,
Expand Down

0 comments on commit c9d5b8c

Please sign in to comment.