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

Project 3: Kaan Erdogmus #27

Open
wants to merge 34 commits into
base: main
Choose a base branch
from
Open

Project 3: Kaan Erdogmus #27

wants to merge 34 commits into from

Conversation

kaan9
Copy link

@kaan9 kaan9 commented Jan 1, 2022

Repo link

Features:

  • Basic Path tracer (Part 1) implemented completely; specular reflection, diffusion, first bounce caching, stream compaction, material-based sort (using radix sort)
  • Refraction with fresnel approximation.
  • Stochastic Antialiasing
  • Physically-based depth-of-field (buggy implementation, partially works)
  • OBJ loading (complete), mesh collision + bounding boxes (partial)

Feedback: this project was a lot of work, even more than I expected (especially debugging) and I couldn't finish debugging two of the features in time (I'm also still waiting for generation of visuals). That being said, it was also a lot of fun (so I'll be finishing the incomplete parts later on regardless).
Earlier on, I also spent some time refactoring the starter helper files to be more stylistically consistent (I think there's also a minor memory leak in glslUtility; the manually allocated arrays of loadFile are never freed).

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.

None yet

1 participant