cesium-native 0.43.0
|
The result of reading a glTF model with GltfReader::readGltf
.
More...
#include <CesiumGltfReader/GltfReader.h>
Public Attributes | |
std::optional< CesiumGltf::Model > | model |
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. | |
The result of reading a glTF model with GltfReader::readGltf
.
Definition at line 30 of file GltfReader.h.
std::vector<std::string> CesiumGltfReader::GltfReaderResult::errors |
Errors, if any, that occurred during the load process.
Definition at line 39 of file GltfReader.h.
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.
std::vector<std::string> CesiumGltfReader::GltfReaderResult::warnings |
Warnings, if any, that occurred during the load process.
Definition at line 44 of file GltfReader.h.