cesium-native 0.43.0
|
Converts a b3dm (Batched 3D Model) file to a glTF. More...
#include <Cesium3DTilesContent/B3dmToGltfConverter.h>
Static Public Member Functions | |
static CesiumAsync::Future< GltfConverterResult > | convert (const std::span< const std::byte > &b3dmBinary, const CesiumGltfReader::GltfReaderOptions &options, const AssetFetcher &assetFetcher) |
Converts a b3dm binary file to a glTF model. | |
Converts a b3dm (Batched 3D Model) file to a glTF.
For more information on the b3dm format, see https://github.com/CesiumGS/3d-tiles/blob/main/specification/TileFormats/Batched3DModel/README.adoc
Definition at line 21 of file B3dmToGltfConverter.h.
|
static |
Converts a b3dm binary file to a glTF model.
b3dmBinary | The bytes loaded for the b3dm model. |
options | Options for how the glTF should be loaded. |
assetFetcher | The AssetFetcher containing information used by loaded assets. |