mmp / pbrt-v3

Source code for pbrt, the renderer described in the third edition of "Physically Based Rendering: From Theory To Implementation", by Matt Pharr, Wenzel Jakob, and Greg Humphreys.
http://pbrt.org
BSD 2-Clause "Simplified" License
4.91k stars 1.19k forks source link

doxygen problem when build #185

Closed miccall closed 5 years ago

miccall commented 6 years ago

Found Doxygen: D:/Program Files/doxygen/bin/doxygen.exe (found version "1.8.13") found components: doxygen missing components: dot

Could you help me ?

image

mmp commented 6 years ago

That shouldn't cause any problems for actually building pbrt; does it compile ok?

(It looks like ptex, an external library that pbrt uses checks for doxygen, but I'm not sure why.)