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

Public Attributes

ShapeType currentType = ShapeType::None
 
int currentSamples = 0
 
glm::vec3 currentSize
 
float arcStart = 0.0f
 
float arcEnd = 0.0f
 

Detailed Description

Definition at line 17 of file MeshGeneratorSystem.h.

Member Data Documentation

◆ arcEnd

float Cogs::Core::MeshGeneratorData::arcEnd = 0.0f

Definition at line 23 of file MeshGeneratorSystem.h.

◆ arcStart

float Cogs::Core::MeshGeneratorData::arcStart = 0.0f

Definition at line 22 of file MeshGeneratorSystem.h.

◆ currentSamples

int Cogs::Core::MeshGeneratorData::currentSamples = 0

Definition at line 20 of file MeshGeneratorSystem.h.

◆ currentSize

glm::vec3 Cogs::Core::MeshGeneratorData::currentSize

Definition at line 21 of file MeshGeneratorSystem.h.

◆ currentType

ShapeType Cogs::Core::MeshGeneratorData::currentType = ShapeType::None

Definition at line 19 of file MeshGeneratorSystem.h.


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