QuantizedMeshGeometry class

3 Stores vertex and index buffer for one tile of quantized mesh terrain.

Public static functions

static void downloadTileIfMissing(int tx, int ty, int tz)
Downloads a tile to to a file in the local disk cache.
static auto readTile(int tx, int ty, int tz, const QgsRectangle& extent) -> QuantizedMeshTile*
Reads a tile from a file in the local disk cache.

Constructors, destructors, conversion operators

QuantizedMeshGeometry(QuantizedMeshTile* t, const Map3D& map, const QgsMapToPixel& mapToPixel, const QgsCoordinateTransform& terrainToMap, QNode* parent = nullptr)
Constructs geometry based on the loaded tile data.