Cogs.Core
|
Public Attributes | |
std::vector< glm::vec3 > | points |
std::vector< unsigned > | offsets |
glm::vec2 | viewportMin |
glm::vec2 | viewportMax |
Definition at line 24 of file LightSystem.h.
std::vector<unsigned> Cogs::Core::LightCascadeFrustaPoints::offsets |
Definition at line 27 of file LightSystem.h.
std::vector<glm::vec3> Cogs::Core::LightCascadeFrustaPoints::points |
Definition at line 26 of file LightSystem.h.
glm::vec2 Cogs::Core::LightCascadeFrustaPoints::viewportMax |
Definition at line 29 of file LightSystem.h.
glm::vec2 Cogs::Core::LightCascadeFrustaPoints::viewportMin |
Definition at line 28 of file LightSystem.h.