cesium-native 0.43.0
Loading...
Searching...
No Matches
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 30 of file GltfReader.h.

Member Data Documentation

◆ errors

std::vector<std::string> CesiumGltfReader::GltfReaderResult::errors

Errors, if any, that occurred during the load process.

Definition at line 39 of file GltfReader.h.

◆ model

std::optional<CesiumGltf::Model> CesiumGltfReader::GltfReaderResult::model

The read model, or std::nullopt if the model could not be read.

Definition at line 34 of file GltfReader.h.

◆ warnings

std::vector<std::string> CesiumGltfReader::GltfReaderResult::warnings

Warnings, if any, that occurred during the load process.

Definition at line 44 of file GltfReader.h.


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