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: Aditya Hota #10

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

Conversation

adityahota
Copy link

@adityahota adityahota commented Oct 8, 2021

  • Repo Link
  • Features
    • Loading of arbitrary object models (in the Wavefront OBJ format)
    • Simulation of refraction with Frensel effects
    • Physically-based depth of field and object focusing
    • Anti-aliasing to smoothen rendered scenes
    • Shading of objects using BSDF evaluation
    • Performance features
      • Mesh intersection culling using bounding boxes to reduce mesh render times
      • Termination of unnecessary paths using stream compaction
      • Material sorting to allow for more contiguous memory accesses
      • Caching the first bounce
  • Feedback
    • This project was very rewarding and I loved being able to model the physical world on the GPU. I learned a ton about how we can simulate materials and make optimizations to make our GPU perform a little bit better.

I used one late day, and my README was last updated on Oct 08 at 6:10 PM.

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