Skip to content

philippitts/pbrt-v3-toftracer

 
 

Repository files navigation

Time-of-Flight Tracer

This code calculates the time of flight for light to travel to the camera. This is useful when debugging and testing time of flight cameras that are used to capture 3-dimensional scene information.

This particular code is a modified version of the standard Phyiscally Based Ray Tracer (pbrt) program and includes changes to calculate time of flight, in addition to luminance. We are grateful to the original authors' efforts, and the fact that they published their code for all to see and use.

Documentation for the modified project can be found in the Time-of-Flight Raytracer Documentation file.

About

Fork of pbrt modified to calculate the time of flight for light to travel to a camera.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 96.5%
  • Python 1.4%
  • C 1.2%
  • Yacc 0.5%
  • CMake 0.2%
  • LLVM 0.1%
  • Other 0.1%