mmp / pbrt-v4

Source code to pbrt, the ray tracer described in the forthcoming 4th edition of the "Physically Based Rendering: From Theory to Implementation" book.
https://pbrt.org
Apache License 2.0
2.83k stars 440 forks source link

spectrum.h not defined in the pbrt/base #425

Open redyaung opened 4 months ago

redyaung commented 4 months ago

Since there is no base/spectrum.h, the first link (base/spectrum.h) for the base type Spectrum in Table 1.1 is broken. This absence is also not addressed in Section 1.5 where the text only acknowledges Integrator and Primitive to be defined in a separate directory among the classes defined in Table 1.1.