VTK  9.3.20240425
Public Attributes | List of all members
vtkGLTFDocumentLoader::MorphTarget Struct Reference

This struct describes a glTF Morph Target object. More...

#include <vtkGLTFDocumentLoader.h>

Public Attributes

std::map< std::string, int > AttributeIndices
 
std::map< std::string, vtkSmartPointer< vtkFloatArray > > AttributeValues
 

Detailed Description

This struct describes a glTF Morph Target object.

A Morph Target is a morphable Mesh where primitives' attributes are obtained by adding the original attributes to a weighted sum of targets attributes. Only three attributes (position, normals and tangents) are supported.

Definition at line 163 of file vtkGLTFDocumentLoader.h.

Member Data Documentation

◆ AttributeIndices

std::map<std::string, int> vtkGLTFDocumentLoader::MorphTarget::AttributeIndices

Definition at line 166 of file vtkGLTFDocumentLoader.h.

◆ AttributeValues

std::map<std::string, vtkSmartPointer<vtkFloatArray> > vtkGLTFDocumentLoader::MorphTarget::AttributeValues

Definition at line 168 of file vtkGLTFDocumentLoader.h.


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