cesium-native  0.41.0
ImplicitTiling.h
1 // This file was generated by generate-classes.
2 // DO NOT EDIT THIS FILE!
3 #pragma once
4 
5 #include "Cesium3DTiles/Library.h"
6 #include "Cesium3DTiles/Subtrees.h"
7 
8 #include <CesiumUtility/ExtensibleObject.h>
9 
10 #include <cstdint>
11 #include <string>
12 
13 namespace Cesium3DTiles {
19 struct CESIUM3DTILES_API ImplicitTiling final
21  static inline constexpr const char* TypeName = "ImplicitTiling";
22 
28  inline static const std::string QUADTREE = "QUADTREE";
29 
30  inline static const std::string OCTREE = "OCTREE";
31  };
32 
39  std::string subdivisionScheme = SubdivisionScheme::QUADTREE;
40 
46  int64_t subtreeLevels = int64_t();
47 
51  int64_t availableLevels = int64_t();
52 
57 };
58 } // namespace Cesium3DTiles
Classes for using 3D Tiles.
Definition: Buffer.h:7
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.
Definition: Subtrees.h:16
The base class for objects that have extensions and extras.