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

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
 

Detailed Description

Definition at line 311 of file CogsBin3.h.

Member Data Documentation

◆ boundingBox

uint32_t Cogs::Core::CogsBin3::Mesh::boundingBox

Index of bounding box.

Definition at line 314 of file CogsBin3.h.

◆ firstStream

uint32_t Cogs::Core::CogsBin3::Mesh::firstStream

Index of first stream of mesh.

Definition at line 315 of file CogsBin3.h.

◆ flags

MeshFlags Cogs::Core::CogsBin3::Mesh::flags

Definition at line 317 of file CogsBin3.h.

◆ name

uint32_t Cogs::Core::CogsBin3::Mesh::name

Index of string with name.

Definition at line 313 of file CogsBin3.h.

◆ primitiveType

PrimitiveType Cogs::Core::CogsBin3::Mesh::primitiveType

Definition at line 318 of file CogsBin3.h.

◆ streamCount

uint8_t Cogs::Core::CogsBin3::Mesh::streamCount

Definition at line 316 of file CogsBin3.h.


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