Skip to content

lizengyu21/cuda_path_trace

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages