Skip to content

Implementation of wavefront path tracer.

Notifications You must be signed in to change notification settings

mchenwang/WavefrontPathTracer

Repository files navigation

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