Skip to content

Latest commit

 

History

History
44 lines (37 loc) · 1.02 KB

README.md

File metadata and controls

44 lines (37 loc) · 1.02 KB

Asteroid

Asteroid is a CUDA based Path Tracing Renderer.

The repository is named after the Asteroid Day

TODO

  • geometry:
    • sphere
    • cube
    • square
    • triangle
    • mesh
      • bvh
  • light
    • punctual light
    • area light
    • environment light
  • texture
  • material:
    • glass
    • metal
    • diffuse
    • micro-facet
    • disney
  • importance sampling
    • multiple importance sampling
  • volume
    • homogeneous
    • heterogeneous
  • pipeline
    • software rasterizer
    • software raytracer
  • workflow: ref1, ref2

Reference

CIS565-Fall-2022/Project3-CUDA-Path-Tracer

Ray Tracing Series

Ray Tracing in One Weekend

nori

pbrt