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: Jiahang Mao #41

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

Conversation

hazard-10
Copy link

Part 1
Cuda path tracing with lambertian and specular shading kernel
Unhit path termination using Stream Compaction
Sort ray-scene intersection by material type
Stochastic sampled antialiasing

Part 2
Obj mesh import.
BVH. Tree construction done on CPU, traversal with GPU. Configurable with either max depth or max leaf size.
Refraction. Support transmissive-only and glass-like material.

Part1 todo:
1. specular
2. in-mem sort
3. stochastic sampled antialiasing
old : init from json, init geom / mat, with camera and render state
new: init with fixed camera and render state, then import obj / json from gui
Use local stack instead of global stack. Otherwise cause inter-thread race condition
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.

1 participant