cesium-native 0.43.0
Loading...
Searching...
No Matches
TileAvailabilityFlags.h
1#pragma once
2
3#include "Library.h"
4
5#include <cstdint>
6
7namespace CesiumGeometry {
8
12enum CESIUMGEOMETRY_API TileAvailabilityFlags {
17
22
27
32
33 // TODO: is REACHABLE needed? Reevaluate after implementation
40 REACHABLE = 16U
41};
42
43} // namespace CesiumGeometry
Basic geometry classes for Cesium.
TileAvailabilityFlags
A bitmask representing the availability state of a tile.
@ SUBTREE_LOADED
This tile has a subtree that is loaded.
@ REACHABLE
The tile is reachable through the tileset availability tree.
@ SUBTREE_AVAILABLE
This tile has a subtree that is known to be available.
@ TILE_AVAILABLE
The tile is known to be available.
@ CONTENT_AVAILABLE
The tile's content is known to be available.