|
cesium-native 0.60.0
|
Convert GeoJSON documents to glTF. More...
#include <CesiumVectorData/GltfConverter.h>
Static Public Member Functions | |
| static ConverterResult | convert (const GeoJsonDocument &geoJson, const CesiumGeospatial::Ellipsoid &ellipsoid) |
| Convert geoJSON document to a result containing a glTF Model object. | |
Convert GeoJSON documents to glTF.
Definition at line 18 of file GltfConverter.h.
|
static |
Convert geoJSON document to a result containing a glTF Model object.
| geoJson | The GeoJSON document. |
| ellipsoid | The ellipsoid for GeoJSON coordinates. |