multiBounce property

double multiBounce
getter/setter pair

How much bounce light the occluded indirect diffuse term keeps, from 0.0 (occlusion darkens toward black) to 1.0 (occlusion converges toward the surface albedo, so creases keep color instead of going gray). Uses the fitted multi-bounce model from Jimenez et al. 2016.

Implementation

double multiBounce = 0.0;