cesium-native  0.41.0
CesiumGltfReader::GltfReaderResult Struct Reference

The result of reading a glTF model with GltfReader::readGltf. More...

#include <CesiumGltfReader/GltfReader.h>

Public Attributes

std::optional< CesiumGltf::Modelmodel
 The read model, or std::nullopt if the model could not be read.
 
std::vector< std::string > errors
 Errors, if any, that occurred during the load process.
 
std::vector< std::string > warnings
 Warnings, if any, that occurred during the load process.
 

Detailed Description

The result of reading a glTF model with GltfReader::readGltf.

Definition at line 31 of file GltfReader.h.


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