HDK
|
Go to the source code of this file.
Classes | |
class | MeshStream |
class | MeshPartition |
class | Mesh |
Typedefs | |
using | MeshIndexBuffer = vector< uint32_t > |
Geometry index buffer. More... | |
using | MeshFloatBuffer = vector< float > |
Float geometry buffer. More... | |
using | MeshStreamPtr = shared_ptr< class MeshStream > |
Shared pointer to a mesh stream. More... | |
using | MeshStreamList = vector< MeshStreamPtr > |
List of mesh streams. More... | |
using | MeshPartitionPtr = shared_ptr< class MeshPartition > |
Shared pointer to a mesh partition. More... | |
using | MeshPtr = shared_ptr< class Mesh > |
Shared pointer to a mesh. More... | |
using | MeshList = vector< MeshPtr > |
List of meshes. More... | |
using | MeshMap = std::unordered_map< string, MeshPtr > |
Map from names to meshes. More... | |
using MeshFloatBuffer = vector<float> |
using MeshIndexBuffer = vector<uint32_t> |
using MeshPartitionPtr = shared_ptr<class MeshPartition> |
using MeshStreamList = vector<MeshStreamPtr> |
using MeshStreamPtr = shared_ptr<class MeshStream> |