5 #include "Cesium3DTiles/Library.h"
7 #include <CesiumUtility/ExtensibleObject.h>
18 static inline constexpr
const char* TypeName =
"Availability";
25 static constexpr int32_t UNAVAILABLE = 0;
27 static constexpr int32_t AVAILABLE = 1;
Classes for using 3D Tiles.
Known values for Integer indicating whether all of the elements are available (1) or all are unavaila...
An object describing the availability of a set of elements.
std::optional< int64_t > availableCount
A number indicating how many 1 bits exist in the availability bitstream.
std::optional< int32_t > constant
Integer indicating whether all of the elements are available (1) or all are unavailable (0).
std::optional< int64_t > bitstream
Index of a buffer view that indicates whether each element is available. The bitstream conforms to th...
The base class for objects that have extensions and extras.