Cogs.Core
Public Attributes | List of all members
Cogs::Core::ClipShapeData Struct Reference

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
 

Detailed Description

Definition at line 10 of file ClipShapeSystem.h.

Member Data Documentation

◆ clipBounds

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.

◆ planeCount

uint32_t Cogs::Core::ClipShapeData::planeCount = 0

Definition at line 14 of file ClipShapeSystem.h.

◆ planes

glm::vec4 Cogs::Core::ClipShapeData::planes[6]

Clipping planes in world space.

Definition at line 12 of file ClipShapeSystem.h.

◆ shape

ClipShapeType Cogs::Core::ClipShapeData::shape = ClipShapeType::None

Definition at line 15 of file ClipShapeSystem.h.


The documentation for this struct was generated from the following file: