| 
    VTK
    9.3.0
    
   | 
 
This struct describes a glTF mesh object. More...
#include <vtkGLTFDocumentLoader.h>
Public Attributes | |
| std::vector< struct Primitive > | Primitives | 
| std::vector< float > | Weights | 
| std::string | Name | 
This struct describes a glTF mesh object.
A mesh contains an array of primitives.
Definition at line 243 of file vtkGLTFDocumentLoader.h.
| std::vector<struct Primitive> vtkGLTFDocumentLoader::Mesh::Primitives | 
Definition at line 245 of file vtkGLTFDocumentLoader.h.
| std::vector<float> vtkGLTFDocumentLoader::Mesh::Weights | 
Definition at line 246 of file vtkGLTFDocumentLoader.h.
| std::string vtkGLTFDocumentLoader::Mesh::Name | 
Definition at line 247 of file vtkGLTFDocumentLoader.h.