cesium-native
cesium-native copied to clipboard
Some quantized-mesh related improvements
From the changelog:
- Added
LayerWriterto theCesiumQuantizedMeshTerrainlibrary and namespace. - The glTF accessor for the texture coordinates created by
RasterOverlayUtilities::createRasterOverlayTextureCoordinatesnow have min/max values that accurately reflect the range of values. Previously, the minimum was always set to 0.0 and the maximum to 1.0.
Also:
- Removed an unused struct from
QuantizedMeshLoader.cpp. - Fixed incorrect doc comment syntax in
GlobeRectangle.h.