VTK
9.1.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 255 of file vtkGLTFDocumentLoader.h.
std::vector<struct Primitive> vtkGLTFDocumentLoader::Mesh::Primitives |
Definition at line 257 of file vtkGLTFDocumentLoader.h.
std::vector<float> vtkGLTFDocumentLoader::Mesh::Weights |
Definition at line 258 of file vtkGLTFDocumentLoader.h.
std::string vtkGLTFDocumentLoader::Mesh::Name |
Definition at line 259 of file vtkGLTFDocumentLoader.h.