5#include <CesiumGltf/Library.h>
6#include <CesiumUtility/ExtensibleObject.h>
20 static constexpr const char*
TypeName =
"LineString";
Classes for working with glTF models.
Represents one or more line strings to be drawn as edges of a triangle mesh.
int64_t getSizeBytes() const
Calculates the size in bytes of this object, including the contents of all collections,...
static constexpr const char * TypeName
The original name of this type.
int32_t indices
The index of the accessor that contains the vertex indices for the line strings.
int32_t material
The index of a glTF material with which the edges are to be drawn.
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 ...