Rebel Fork Framework
|
Lightmap chart description. More...
#include <Urho3D/Glow/LightmapCharter.h>
Public Member Functions | |
LightmapChart ()=default | |
Construct default. | |
LightmapChart (unsigned index, unsigned size) | |
Construct valid. | |
Public Attributes | |
unsigned | index_ {} |
Lightmap chart index. | |
unsigned | lightmapSize_ {} |
Lightmap chart size. | |
AreaAllocator | allocator_ |
Used region allocator. | |
ea::vector< LightmapChartElement > | elements_ |
Allocated elements. | |
Lightmap chart description.