wahn/rs_pbrt

coffee-splash scene

wahn opened this issue · 1 comments

wahn commented

The coffee-splash scene from here:

https://www.pbrt.org/scenes-v3.html

Renders like this for C++ (using just 8 pixelsamples):

f15-5

The Rust version looks like this:

pbrt_rust

Figure out why the coffee material does not pick up the brownish color ...

wahn commented

Commit eef3358 resolves the issue:

pbrt

There is still a difference in the handle of the cup, but the main problem is solved. Closing the issue.