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

Implement diffuse lighting with importance sampling #9

Open
simondemeule opened this issue Sep 27, 2020 · 0 comments
Open

Implement diffuse lighting with importance sampling #9

simondemeule opened this issue Sep 27, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@simondemeule
Copy link
Owner

At the moment, the implementation of diffuse lighting is very naive: it only considers direct light rays to the light sources. Implementing recursive diffuse lighting with importance sampling would yield much more realistic results (although it would come at a very high cost if combined with curved paths).

@simondemeule simondemeule added the enhancement New feature or request label Sep 27, 2020
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
None yet
Development

No branches or pull requests

1 participant