cesium-native  0.41.0
Extension3dTilesBoundingVolumeS2.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 
7 #include <CesiumUtility/ExtensibleObject.h>
8 
9 #include <string>
10 
11 namespace Cesium3DTiles {
15 struct CESIUM3DTILES_API Extension3dTilesBoundingVolumeS2 final
17  static inline constexpr const char* TypeName =
18  "Extension3dTilesBoundingVolumeS2";
19  static inline constexpr const char* ExtensionName =
20  "3DTILES_bounding_volume_S2";
21 
27  std::string token;
28 
33  double minimumHeight = double();
34 
39  double maximumHeight = double();
40 };
41 } // namespace Cesium3DTiles
Classes for using 3D Tiles.
Definition: Buffer.h:7
std::string token
A hexadecimal representation of the S2CellId. Tokens shall be lower-case, shall not contain whitespac...
The base class for objects that have extensions and extras.