-
Notifications
You must be signed in to change notification settings - Fork 945
Closed
Description
At the end of Section 4.2, it is assumed class lambertian has a constructor accepting a texture. But up to this point, such constructor is not introduced to lambertian.
Line 36, 37, 48, 52, 53 should be updated to that of material.h at the below link. This update converted albedo from a instance of color to texture.