Skip to content

Latest commit

 

History

History
37 lines (33 loc) · 1.37 KB

README.md

File metadata and controls

37 lines (33 loc) · 1.37 KB

MaskRay is a proof-of-concept raytracer.

Features

  • path traced global illumination
  • kd-tree speed up
  • arbitrary BRDF, even BSSRDF

Repository

https://github.com/zxytim/MaskRay

Screenshots

glass dragon, rendered with kd-tree

TODOs

  • Depth of Field
  • Motion Blur
  • SAH-based kd-tree, tweaks, (or VVH-based kd-tree ?)
  • more BRDFs
  • Metropolis Light Transport
  • Photon Map
  • MPI implementation
  • Grid-computing-like loosely-aggregated rendering cluster
  • Hardware acceleration (CUDA)
  • Glass broken effect
  • Command line interface
  • Scene description script spec
  • Obj file implementation
  • Instancing -- transformation on renderable