cesium-native 0.43.0
|
Converts a binary glTF model (glb) to a CesiumGltf::Model. More...
#include <Cesium3DTilesContent/BinaryToGltfConverter.h>
Static Public Member Functions | |
static CesiumAsync::Future< GltfConverterResult > | convert (const std::span< const std::byte > &gltfBinary, const CesiumGltfReader::GltfReaderOptions &options, const AssetFetcher &assetFetcher) |
Converts a glb binary file to a glTF model. | |
Converts a binary glTF model (glb) to a CesiumGltf::Model.
Definition at line 16 of file BinaryToGltfConverter.h.
|
static |
Converts a glb binary file to a glTF model.
gltfBinary | The bytes loaded for the glb model. |
options | Options for how the glTF should be loaded. |
assetFetcher | The AssetFetcher containing information used by loaded assets. |