Rebel Fork Framework
|
#include "../Graphics/LightBakingSettings.h"
#include "../Math/AreaAllocator.h"
#include "../Math/Rect.h"
#include "../Math/Vector2.h"
#include "../Math/Vector4.h"
#include <EASTL/vector.h>
Classes | |
struct | Urho3D::LightmapChartRegion |
Region on the lightmap chart. More... | |
struct | Urho3D::LightmapChartElement |
Individual element of the lightmap chart. More... | |
struct | Urho3D::LightmapChart |
Lightmap chart description. More... | |
Typedefs | |
using | Urho3D::LightmapChartVector = ea::vector< LightmapChart > |
Vector of lightmap charts. | |