Skip to content

philippitts/pbrt-v3-toftracer

This branch is 15 commits ahead of, 439 commits behind mmp/pbrt-v3:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6dcdff8 · Apr 8, 2022
Apr 8, 2022
Apr 8, 2022
Jul 11, 2015
Apr 8, 2022
Apr 8, 2022
Apr 8, 2022
Apr 8, 2022
Apr 8, 2022
Nov 11, 2015
Jul 19, 2015
Jun 22, 2016
Jul 19, 2015
Oct 3, 2015
Apr 8, 2022
Apr 8, 2022
Apr 16, 2016

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%