cesium-native  0.41.0
ExtensionCesiumRTC.h
1 // This file was generated by generate-classes.
2 // DO NOT EDIT THIS FILE!
3 #pragma once
4 
5 #include "CesiumGltf/Library.h"
6 
7 #include <CesiumUtility/ExtensibleObject.h>
8 
9 #include <vector>
10 
11 namespace CesiumGltf {
15 struct CESIUMGLTF_API ExtensionCesiumRTC final
17  static inline constexpr const char* TypeName = "ExtensionCesiumRTC";
18  static inline constexpr const char* ExtensionName = "CESIUM_RTC";
19 
23  std::vector<double> center;
24 };
25 } // namespace CesiumGltf
Classes for working with glTF models.
glTF CESIUM_RTC extension.
std::vector< double > center
Center that vertex positions are relative to.
The base class for objects that have extensions and extras.