5#include <CesiumGltf/Library.h>
6#include <CesiumUtility/ExtensibleObject.h>
19 static constexpr const char*
TypeName =
"ExtensionCesiumTileEdges";
Classes for working with glTF models.
CESIUM_tile_edges extension for a primitive in a glTF model.
int32_t left
The index of the accessor containing indices that make up the left edge.
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,...
int32_t right
The index of the accessor containing indices that make up the right edge.
int32_t top
The index of the accessor containing indices that make up the top edge.
static constexpr const char * ExtensionName
The official name of the extension. This should be the same as its key in the extensions object.
int32_t bottom
The index of the accessor containing indices that make up the bottom edge.
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 ...