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

Naive path tracer #11

Merged
merged 18 commits into from Apr 25, 2023
Merged

Naive path tracer #11

merged 18 commits into from Apr 25, 2023

Conversation

codeonwort
Copy link
Owner

Parse .pbrt format and perform basic Monte Carlo path tracing with microfacet BRDFs. I did minimal work to run a path tracer.

PBRT parser

  • Only parses the sample scene enough to draw something.

Path tracer

  • Only handles reflection. No transmission yet.

2023_04_25_microfacet_0

@codeonwort codeonwort merged commit bcdde31 into master Apr 25, 2023
@codeonwort codeonwort deleted the naive-path-tracer branch April 25, 2023 15:03
@codeonwort codeonwort self-assigned this Apr 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

1 participant