Project 3: Shutong Wu(Late Day 1)#10
Open
Scriptwonder wants to merge 12 commits into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
https://github.com/Scriptwonder/Project3-CUDA-Path-Tracer
Features:
Shading Kernel with BSDF Evaluation
Perfect specular reflective (mirror)
specular refractive (Fresnel dielectric)
Path Continuation/Termination with Stream Compaction
Toggleable Sorting of ray Paths by material type
Toggleable first bounce intersection cache to be used by subsequent iterations
Refract using Schlick's approximation
Anti-aliasing rays with sub-pixel samples
Arbitrary GLTF Mesh Loading with AABB culling
Texture Mapping and Bump Mapping(with Procedural texture as a comparison)
Depth of field
Direct Lighting
Naive Post Processing
Feedback:
Too little time for too many things. With more time maybe I can do better jobs:)
Many problems and errors I encountered are hard to debug and frustrating(based on the nature of CUDA as nearly a black box)
most of the gltf files I found on the web are unusable, so I think we should strongly recommend using the assets in slides next year