Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 434 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 434 Bytes

Wavefront Path Tracer

This project implements a wavefront style path tracer based on PupilOptixLab(OptiX7.5).

main idea of implementation

  • split mega kernel into small kernels
  • trade space for time

screenshot