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

Sampling Strategies for Indirect Specular Pass #18

Open
codeonwort opened this issue Jan 7, 2025 · 1 comment
Open

Sampling Strategies for Indirect Specular Pass #18

codeonwort opened this issue Jan 7, 2025 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@codeonwort
Copy link
Owner

codeonwort commented Jan 7, 2025

Implement various sampling strategies for indirect specular.

  • Force mirror reflection
  • BRDF sampling
  • Light sampling
  • MIS (BRDF + light)

References

  • Ray Tracing Gems 2 - Chapter 20 - Multiple Importance Sampling 101
@codeonwort codeonwort added the enhancement New feature or request label Jan 7, 2025
@codeonwort codeonwort self-assigned this Jan 7, 2025
@codeonwort codeonwort added this to Cyseal Jan 7, 2025
@codeonwort codeonwort changed the title Sampling Strategies Indirect Specular Pass Sampling Strategies for Indirect Specular Pass Jan 7, 2025
@codeonwort codeonwort moved this from Todo to In Progress in Cyseal Jan 11, 2025
@codeonwort
Copy link
Owner Author

indirect_specular_only

final

Well I already have path tracing pass, so let's copy & paste it and only pick the specular part. What's going to be wrong?

A lot of things went wrong :/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: In Progress
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant