VTK  9.3.1
Public Attributes | List of all members
vtkGLTFDocumentLoader::Scene Struct Reference

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

#include <vtkGLTFDocumentLoader.h>

Public Attributes

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

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 368 of file vtkGLTFDocumentLoader.h.

Member Data Documentation

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

Definition at line 370 of file vtkGLTFDocumentLoader.h.

std::string vtkGLTFDocumentLoader::Scene::Name

Definition at line 371 of file vtkGLTFDocumentLoader.h.


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