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";
Classes for working with glTF models.
Extension of KHR_implicit_shapes.shape to represent an implicit cylinder region in a glTF model.
double minRadius
The inner radius of the cylinder region along the X and Z axes, in meters.
double minAngle
The minimum angle of the cylinder region in radians. In other words, this is the angle where the cyli...
double maxRadius
The outer radius of the cylinder region along the X and Z axes, in meters.
int64_t getSizeBytes() const
Calculates the size in bytes of this object, including the contents of all collections,...
static constexpr const char * ExtensionName
The official name of the extension. This should be the same as its key in the extensions object.
static constexpr const char * TypeName
The original name of this type.
double maxAngle
The maximum angle of the cylinder region in radians. In other words, this is the angle where the cyli...
double height
The height of the cylinder in meters along the Y-axis, in meters.
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 ...