After having implemented pub fn create_ply_mesh(...)
(see issue #27) I noticed that the C++ version renders the current test scene (veach-mis/mis.pbrt
) differently from the Rust version.
C++ version of PBRT:

Rust version of PBRT:

Let's debug, why ...