Cogs.Core
|
Public Attributes | |
glm::vec4 | planes [6] |
Clipping planes in world space. | |
Cogs::Geometry::BoundingBox | clipBounds |
Bounds on clip shape in world space, empty if clip shape is open. | |
uint32_t | planeCount = 0 |
ClipShapeType | shape = ClipShapeType::None |
Definition at line 10 of file ClipShapeSystem.h.
Cogs::Geometry::BoundingBox Cogs::Core::ClipShapeData::clipBounds |
Bounds on clip shape in world space, empty if clip shape is open.
Definition at line 13 of file ClipShapeSystem.h.
uint32_t Cogs::Core::ClipShapeData::planeCount = 0 |
Definition at line 14 of file ClipShapeSystem.h.
glm::vec4 Cogs::Core::ClipShapeData::planes[6] |
Clipping planes in world space.
Definition at line 12 of file ClipShapeSystem.h.
ClipShapeType Cogs::Core::ClipShapeData::shape = ClipShapeType::None |
Definition at line 15 of file ClipShapeSystem.h.