wahn / rs_pbrt

Rust crate to implement a counterpart to the PBRT book's (3rd edition) C++ code. See also https://www.rs-pbrt.org/about ...

Home Page:https://www.rs-pbrt.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

coffee-splash scene

wahn opened this issue · comments

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 ...

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.