5#include <CesiumGltf/Library.h>
6#include <CesiumUtility/ExtensibleObject.h>
21 "ExtensionMaterialBentleyMaterialsLineStyle";
24 static constexpr const char*
ExtensionName =
"BENTLEY_materials_line_style";
Classes for working with glTF models.
glTF extension that specifies line width and a GPU-friendly dash pattern for CAD-style visualization.
int64_t pattern
Unsigned integer bitfield encoding a repeating on/off pattern along the line.
static constexpr const char * TypeName
The original name of this type.
static constexpr const char * ExtensionName
The official name of the extension. This should be the same as its key in the extensions object.
int64_t getSizeBytes() const
Calculates the size in bytes of this object, including the contents of all collections,...
int64_t width
Width of the line in screen pixels.
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 ...