Public Member Functions | |
| LightIrradiancePredicate () | |
| bool | operator() (const DirectionalLight &l0, const DirectionalLight &l1) const |
Public Attributes | |
| int | unused |
|
|
Definition at line 2254 of file render.cpp. 02254 {};
|
|
||||||||||||
|
Definition at line 2256 of file render.cpp. 02258 {
02259 return (l0.irradiance > l1.irradiance);
02260 }
|
|
|
Definition at line 2252 of file render.cpp. |
1.4.1