VTK  9.3.20240327
Public Attributes | List of all members
vtkGLTFDocumentLoader::Mesh Struct Reference

This struct describes a glTF mesh object. More...

#include <vtkGLTFDocumentLoader.h>

Public Attributes

std::vector< struct PrimitivePrimitives
 
std::vector< float > Weights
 
std::string Name
 

Detailed Description

This struct describes a glTF mesh object.

A mesh contains an array of primitives.

Definition at line 260 of file vtkGLTFDocumentLoader.h.

Member Data Documentation

◆ Primitives

std::vector<struct Primitive> vtkGLTFDocumentLoader::Mesh::Primitives

Definition at line 262 of file vtkGLTFDocumentLoader.h.

◆ Weights

std::vector<float> vtkGLTFDocumentLoader::Mesh::Weights

Definition at line 263 of file vtkGLTFDocumentLoader.h.

◆ Name

std::string vtkGLTFDocumentLoader::Mesh::Name

Definition at line 264 of file vtkGLTFDocumentLoader.h.


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