Skip to content

Project 3: Jiahang Mao#41

Open
hazard-10 wants to merge 42 commits into
CIS5650-Fall-2024:mainfrom
hazard-10:main
Open

Project 3: Jiahang Mao#41
hazard-10 wants to merge 42 commits into
CIS5650-Fall-2024:mainfrom
hazard-10:main

Conversation

@hazard-10

Copy link
Copy Markdown

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