Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 1.05 KB

README.md

File metadata and controls

40 lines (24 loc) · 1.05 KB

Cuda_path_tracer

A cuda-based path tracer for graphical code practice, which is all implemented in cuda.

Features

  • Parallel construction of BVH (LBVH) accelerated structures.
  • Implement diffuse materials, metal materials and dielectric material.
  • Implement light source importance sampling with AABB as a carrier
  • Support model import.
  • Implement Depth of Field.

Preview

Dependency

  • CUDA.
  • Obj_loader in games101 Assignment 6.

Reference