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.89k stars 1.19k forks source link

Black marks on bump mapped area. #320

Open aruMMG opened 2 years ago

aruMMG commented 2 years ago

What could be the reason for black marks?

Context: The ".pbrt" file and the rendered image are attached below. The geometry files are created using "0bj2pbrt" which contains normal and texture information. Two black spots are two separate geometry (5_02.pbrt and 5_03.pbrt) that uses bump mapping.

Screenshot from 2022-02-22 18-32-43

5_SPD_50c

Thanks