|
Cogs.Core
|
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 |
Definition at line 20 of file MeshReductionManager.h.
| int Cogs::RationalReducerExtension::MeshInfo::count = 0 |
Definition at line 26 of file MeshReductionManager.h.
| std::vector<unsigned int> Cogs::RationalReducerExtension::MeshInfo::indices |
Definition at line 25 of file MeshReductionManager.h.
| std::vector<glm::vec3> Cogs::RationalReducerExtension::MeshInfo::normals |
Definition at line 23 of file MeshReductionManager.h.
| std::vector<glm::vec3> Cogs::RationalReducerExtension::MeshInfo::positions |
Definition at line 22 of file MeshReductionManager.h.
| std::vector<glm::vec2> Cogs::RationalReducerExtension::MeshInfo::texcoords |
Definition at line 24 of file MeshReductionManager.h.