cesium-native 0.52.0
Loading...
Searching...
No Matches
Cesium3DTilesSelection::TileRasterOverlayStatus Struct Reference

Captures the tile overlay status as produced by RasterOverlayCollection::updateTileOverlays. More...

#include <Cesium3DTilesSelection/RasterOverlayCollection.h>

Public Attributes

std::optional< size_t > firstIndexWithMoreDetailAvailable
 The index of the first entry in Tile::getMappedRasterTiles, if any, for which more overlay detail is available than is shown by this Tile.
 
std::optional< size_t > firstIndexWithUnknownAvailability
 The index of the first entry in Tile::getMappedRasterTiles, if any, for which the availability of more overlay detail is not yet known.
 
std::optional< size_t > firstIndexWithMissingProjection
 The index of the first entry in Tile::getMappedRasterTiles, if any, for which texture coordinates for the overlay's projection are not yet available on the Tile.
 

Detailed Description

Captures the tile overlay status as produced by RasterOverlayCollection::updateTileOverlays.

Definition at line 32 of file RasterOverlayCollection.h.

Member Data Documentation

◆ firstIndexWithMissingProjection

std::optional<size_t> Cesium3DTilesSelection::TileRasterOverlayStatus::firstIndexWithMissingProjection

The index of the first entry in Tile::getMappedRasterTiles, if any, for which texture coordinates for the overlay's projection are not yet available on the Tile.

Definition at line 55 of file RasterOverlayCollection.h.

◆ firstIndexWithMoreDetailAvailable

std::optional<size_t> Cesium3DTilesSelection::TileRasterOverlayStatus::firstIndexWithMoreDetailAvailable

The index of the first entry in Tile::getMappedRasterTiles, if any, for which more overlay detail is available than is shown by this Tile.

If this is a leaf Tile, an overlay with more detail available will necessitate upsampling of the leaf geometry so that the overlay can be rendered at full resolution.

Definition at line 42 of file RasterOverlayCollection.h.

◆ firstIndexWithUnknownAvailability

std::optional<size_t> Cesium3DTilesSelection::TileRasterOverlayStatus::firstIndexWithUnknownAvailability

The index of the first entry in Tile::getMappedRasterTiles, if any, for which the availability of more overlay detail is not yet known.

Definition at line 48 of file RasterOverlayCollection.h.


The documentation for this struct was generated from the following file: