5#include <Cesium3DTiles/Library.h>
6#include <Cesium3DTiles/Subtrees.h>
7#include <CesiumUtility/ExtensibleObject.h>
23 static constexpr const char* TypeName =
"ImplicitTiling";
31 inline static const std::string QUADTREE =
"QUADTREE";
34 inline static const std::string OCTREE =
"OCTREE";
43 std::string subdivisionScheme = SubdivisionScheme::QUADTREE;
50 int64_t subtreeLevels = int64_t();
55 int64_t availableLevels = int64_t();
Classes for using 3D Tiles.
Known values for A string describing the subdivision scheme used within the tileset.
This object allows a tile to be implicitly subdivided. Tile and content availability and metadata is ...
int64_t getSizeBytes() const
Calculates the size in bytes of this object, including the contents of all collections,...
Cesium3DTiles::Subtrees subtrees
An object describing the location of subtree files.
An object describing the location of subtree files.
int64_t getSizeBytes() const
Calculates the size in bytes of this object, including the contents of all collections,...
The base class for objects that have extensions and extras.
int64_t getSizeBytes() const
Calculates the size in bytes of this ExtensibleObject, including all of its extras but NOT including ...