lateReflectionsDiffusion property
- @SettingDefaults<
double> (defaultValue: 1.0, min: 0.0, max: 1.0)
final
Controls the diffusion of the late reflections as a percent.
Implementation
@SettingDefaults(
defaultValue: 1.0,
min: 0.0,
max: 1.0,
)
final double lateReflectionsDiffusion;