Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 416 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 416 Bytes

xVolumeImaging

Implementing Monte Carlo path tracing based Volume Rendering using CUDA. image

Dependencies

  • cuda
  • spdlog
  • opencv,for displaying final image only

Todo List

  • Random number precomputation
  • First intersect with AABB boxes, then intersect in triangles
  • Direct mathematical analytic intersection of cones