cesium-native
0.41.0
|
An interface that allows tiles to be excluded from loading and rendering when provided in TilesetOptions::excluders. More...
#include <Cesium3DTilesSelection/ITileExcluder.h>
Public Member Functions | |
virtual void | startNewFrame () noexcept |
Indicates the start of a new frame, initiated with a call to Tileset::updateView. | |
virtual bool | shouldExclude (const Tile &tile) const noexcept=0 |
Determines whether a given tile should be excluded. More... | |
An interface that allows tiles to be excluded from loading and rendering when provided in TilesetOptions::excluders.
Definition at line 11 of file ITileExcluder.h.
|
pure virtualnoexcept |
Determines whether a given tile should be excluded.
tile | The tile to test |
Implemented in Cesium3DTilesSelection::RasterizedPolygonsTileExcluder.