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