Rebel Fork Framework
|
Baked lightmap data. More...
#include <Urho3D/Glow/BakedLightCache.h>
Public Member Functions | |
BakedLightmap ()=default | |
Construct default. | |
BakedLightmap (unsigned lightmapSize) | |
Construct. | |
Public Attributes | |
unsigned | lightmapSize_ |
Size of lightmap. | |
ea::vector< Vector3 > | lightmap_ |
Lightmap data, in linear space. | |
Baked lightmap data.