5#include <CesiumGltf/Library.h>
6#include <CesiumUtility/ExtensibleObject.h>
19 static constexpr const char*
TypeName =
"ExtensionExtMeshPolygon";
Classes for working with glTF models.
glTF extension adding an encoding of polygon primitive topology
int32_t indicesOffsets
Index of an accessor containing one integer offset per polygon in the primitive, indicating the first...
int32_t count
Integer number of polygons encoded in the mesh primitive.
static constexpr const char * TypeName
The original name of this type.
int32_t loopIndices
Index of an accessor containing indices of the polygons' exterior and interior loops....
int32_t loopIndicesOffsets
Index of an accessor containing one integer offset per polygon in the primitive, indicating the first...
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.
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 ...