Rebel Fork Framework
|
Light probe baked data. More...
#include <Urho3D/Graphics/LightProbeGroup.h>
Public Member Functions | |
bool | Empty () const |
Return whether the collection is empty. | |
unsigned | Size () const |
Return total size. | |
void | Resize (unsigned size) |
Resize collection. | |
void | Clear () |
Clear collection. | |
Public Attributes | |
ea::vector< SphericalHarmonicsDot9 > | sphericalHarmonics_ |
Incoming light baked into spherical harmonics. | |
ea::vector< Vector3 > | ambient_ |
Baked ambient light. | |
Light probe baked data.