5 #include "Cesium3DTiles/Library.h"
6 #include "Cesium3DTiles/Subtrees.h"
8 #include <CesiumUtility/ExtensibleObject.h>
21 static inline constexpr
const char* TypeName =
"ImplicitTiling";
28 inline static const std::string QUADTREE =
"QUADTREE";
30 inline static const std::string OCTREE =
"OCTREE";
39 std::string subdivisionScheme = SubdivisionScheme::QUADTREE;
46 int64_t subtreeLevels = int64_t();
51 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 ...
Cesium3DTiles::Subtrees subtrees
An object describing the location of subtree files.
An object describing the location of subtree files.
The base class for objects that have extensions and extras.