5#include <CesiumGltf/Library.h>
6#include <CesiumUtility/ExtensibleObject.h>
16 static constexpr const char*
TypeName =
"Capsule";
44 accum += int64_t(
sizeof(
Capsule));
Classes for working with glTF models.
Parameters describing a capsule shape.
static constexpr const char * TypeName
The original name of this type.
double radiusTop
The radius of the sphere located at the top of the capsule (i.e. the sphere at the half-height along ...
double radiusBottom
The radius of the sphere located at the bottom of the capsule (i.e. the sphere at the half-height alo...
double height
The distance between the centers of the two capping spheres of capsule.
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 ...