5#include <CesiumGltf/Library.h>
6#include <CesiumUtility/ExtensibleObject.h>
23 std::vector<double>
size = {1, 1, 1};
33 accum += int64_t(
sizeof(
Box));
36 accum += int64_t(
sizeof(
double) * this->size.capacity());
Classes for working with glTF models.
Parameters describing a box shape.
std::vector< double > size
The extents of the box in each axis in local space.
static constexpr const char * TypeName
The original name of this type.
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 ...