MaterialX 1.39.1
|
Go to the source code of this file.
Classes | |
class | MeshStream |
Class to represent a mesh data stream. More... | |
class | MeshPartition |
Class that describes a sub-region of a mesh using vertex indexing. More... | |
class | Mesh |
Container for mesh data. More... | |
Typedefs | |
using | MeshIndexBuffer = vector< uint32_t > |
Geometry index buffer. | |
using | MeshFloatBuffer = vector< float > |
Float geometry buffer. | |
using | MeshStreamPtr = shared_ptr< class MeshStream > |
Shared pointer to a mesh stream. | |
using | MeshStreamList = vector< MeshStreamPtr > |
List of mesh streams. | |
using | MeshPartitionPtr = shared_ptr< class MeshPartition > |
Shared pointer to a mesh partition. | |
using | MeshPtr = shared_ptr< class Mesh > |
Shared pointer to a mesh. | |
using | MeshList = vector< MeshPtr > |
List of meshes. | |
using | MeshMap = std::unordered_map< string, MeshPtr > |
Map from names to meshes. | |
Mesh interfaces.