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

Public Attributes

std::vector< glm::vec3 > positions
 
std::vector< glm::vec3 > normals
 
std::vector< glm::vec2 > texcoords
 
std::vector< unsigned int > indices
 
int count = 0
 

Detailed Description

Definition at line 20 of file MeshReductionManager.h.

Member Data Documentation

◆ count

int Cogs::RationalReducerExtension::MeshInfo::count = 0

Definition at line 26 of file MeshReductionManager.h.

◆ indices

std::vector<unsigned int> Cogs::RationalReducerExtension::MeshInfo::indices

Definition at line 25 of file MeshReductionManager.h.

◆ normals

std::vector<glm::vec3> Cogs::RationalReducerExtension::MeshInfo::normals

Definition at line 23 of file MeshReductionManager.h.

◆ positions

std::vector<glm::vec3> Cogs::RationalReducerExtension::MeshInfo::positions

Definition at line 22 of file MeshReductionManager.h.

◆ texcoords

std::vector<glm::vec2> Cogs::RationalReducerExtension::MeshInfo::texcoords

Definition at line 24 of file MeshReductionManager.h.


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