|
LightsprintSDK 2021.08.08
|
#include <RRSolver.h>
Public Member Functions | |
| Multipliers () | |
| bool | operator== (const Multipliers &a) const |
| bool | operator!= (const Multipliers &a) const |
| Multipliers | operator* (const Multipliers &a) const |
Public Attributes | |
| RRReal | lightMultiplier |
| RRReal | environmentMultiplier |
| RRReal | materialEmittanceMultiplier |
Multipliers for tweaking contribution of various light sources. They work in physical scale.
|
inline |
| bool rr::RRSolver::Multipliers::operator== | ( | const Multipliers & | a | ) | const |
| bool rr::RRSolver::Multipliers::operator!= | ( | const Multipliers & | a | ) | const |
| Multipliers rr::RRSolver::Multipliers::operator* | ( | const Multipliers & | a | ) | const |
| RRReal rr::RRSolver::Multipliers::environmentMultiplier |
Multiplies environment(skybox) illumination.
| RRReal rr::RRSolver::Multipliers::materialEmittanceMultiplier |
Multiplies emittance of emissive materials.