VTK  9.7.20260802
vtkGLTFDocumentLoader::Scene Struct Reference

#include <vtkGLTFDocumentLoader.h>

Detailed Description

This struct describes a glTF scene object.

A scene contains a set of indices of nodes to render. Scene.Nodes can be empty, in which case nothing is required to be rendered

Definition at line 371 of file vtkGLTFDocumentLoader.h.

Public Attributes

std::vector< unsigned int > Nodes
 
std::string Name
 

Member Data Documentation

◆ Nodes

std::vector<unsigned int> vtkGLTFDocumentLoader::Scene::Nodes

Definition at line 373 of file vtkGLTFDocumentLoader.h.

◆ Name

std::string vtkGLTFDocumentLoader::Scene::Name

Definition at line 374 of file vtkGLTFDocumentLoader.h.


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