Cogs.Core
|
Public Attributes | |
uint32_t | name |
Index of string with name. | |
uint32_t | boundingBox |
Index of bounding box. | |
uint32_t | firstStream |
Index of first stream of mesh. | |
uint8_t | streamCount |
MeshFlags | flags |
PrimitiveType | primitiveType |
Definition at line 311 of file CogsBin3.h.
uint32_t Cogs::Core::CogsBin3::Mesh::boundingBox |
Index of bounding box.
Definition at line 314 of file CogsBin3.h.
uint32_t Cogs::Core::CogsBin3::Mesh::firstStream |
Index of first stream of mesh.
Definition at line 315 of file CogsBin3.h.
MeshFlags Cogs::Core::CogsBin3::Mesh::flags |
Definition at line 317 of file CogsBin3.h.
uint32_t Cogs::Core::CogsBin3::Mesh::name |
Index of string with name.
Definition at line 313 of file CogsBin3.h.
PrimitiveType Cogs::Core::CogsBin3::Mesh::primitiveType |
Definition at line 318 of file CogsBin3.h.
uint8_t Cogs::Core::CogsBin3::Mesh::streamCount |
Definition at line 316 of file CogsBin3.h.