Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixes issue #22 that was causing shadow acne due to the lack of normalBias adjustment on the scene's shadows #25

Merged
merged 1 commit into from
Aug 14, 2023

Conversation

TheCodeTherapy
Copy link
Contributor

Resolves #22

This PR fixes the issue causing shadow acne due to the lack of normalBias adjustments on the scene's sun's shadows. It also introduces a small shadow radius to improve the quality of the shadows at the cost of a minuscule and imperceptible distortion of the shadows.

What kind of change does your PR introduce? (check at least one)

  • Bugfix
  • Feature
  • Refactor
  • Tests
  • Other, please describe:

Does your PR fulfill the following requirements?

  • The title references the corresponding issue # (if relevant)

@TheCodeTherapy TheCodeTherapy merged commit 78df22f into main Aug 14, 2023
@MarcusLongmuir MarcusLongmuir deleted the fix/shadow-acne branch September 4, 2023 18:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: Shadow Acne caused by lack of normal offset
2 participants