|
Cogs.Core
|
Defines level of detail data calculated by the LodSystem. More...
#include <LodSystem.h>
Public Member Functions | |
| LodData (const LodData &other)=delete | |
Public Attributes | |
| uint8_t | currentLodIndex = 0 |
| uint8_t | previousLodIndex = (uint8_t)-1 |
| float | detailLevel = 1 |
| glm::mat4 | localToClip |
| glm::mat4 | clipToLocal |
Defines level of detail data calculated by the LodSystem.
Definition at line 14 of file LodSystem.h.
| glm::mat4 Cogs::Core::LodData::clipToLocal |
Definition at line 24 of file LodSystem.h.
| uint8_t Cogs::Core::LodData::currentLodIndex = 0 |
Definition at line 19 of file LodSystem.h.
| float Cogs::Core::LodData::detailLevel = 1 |
Definition at line 21 of file LodSystem.h.
| glm::mat4 Cogs::Core::LodData::localToClip |
Definition at line 23 of file LodSystem.h.
| uint8_t Cogs::Core::LodData::previousLodIndex = (uint8_t)-1 |
Definition at line 20 of file LodSystem.h.