cesium-native
0.41.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 31 of file GltfReader.h.