cesium-native 0.43.0
|
The result of converting a binary content to gltf model. More...
#include <Cesium3DTilesContent/GltfConverterResult.h>
Public Attributes | |
std::optional< CesiumGltf::Model > | model |
The gltf model converted from a binary content. This is empty if there are errors during the conversion. | |
CesiumUtility::ErrorList | errors |
The error and warning list when converting a binary content to gltf model. This is empty if there are no errors during the conversion. | |
The result of converting a binary content to gltf model.
Instances of this structure are created internally, by the GltfConverters
, when the response to a network request for loading the tile content was received.
Definition at line 22 of file GltfConverterResult.h.
CesiumUtility::ErrorList Cesium3DTilesContent::GltfConverterResult::errors |
The error and warning list when converting a binary content to gltf model. This is empty if there are no errors during the conversion.
Definition at line 33 of file GltfConverterResult.h.
std::optional<CesiumGltf::Model> Cesium3DTilesContent::GltfConverterResult::model |
The gltf model converted from a binary content. This is empty if there are errors during the conversion.
Definition at line 27 of file GltfConverterResult.h.