5#include <CesiumGltf/Library.h>
6#include <CesiumUtility/ExtensibleObject.h>
18 static constexpr const char* TypeName =
"ExtensionExtImplicitCylinderRegion";
21 static constexpr const char* ExtensionName =
"EXT_implicit_cylinder_region";
27 double minRadius = double();
33 double maxRadius = double();
38 double height = double();
45 double minAngle = -3.14159265359;
52 double maxAngle = 3.14159265359;
Classes for working with glTF models.
Extension of KHR_implicit_shapes.shape to represent an implicit cylinder region in a glTF model.
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 ...