3#include <CesiumGltf/ExtensionExtMeshPrimitiveEdgeVisibilitySpec.h>
8struct CESIUMGLTF_API ExtensionExtMeshPrimitiveEdgeVisibility final
30 ExtensionExtMeshPrimitiveEdgeVisibility() =
default;
Classes for working with glTF models.
ExtensionExtMeshPrimitiveEdgeVisibilitySpec()=default
This class is not meant to be instantiated directly. Use ExtensionExtMeshPrimitiveEdgeVisibility inst...
Known values for the visibility specified for a single edge.
static constexpr uint8_t HARD_EDGE
Hard edge - the edge should always be drawn.
static constexpr uint8_t SILHOUETTE
Silhouette edge - the edge should be drawn only in silhouette (i.e., when separating a front-facing t...
static constexpr uint8_t HIDDEN
Hidden edge - the edge should never be drawn.
static constexpr uint8_t REPEATED_HARD_EDGE
Repeated hard edge - the edge should always be drawn, and its visibility is already encoded as HARD_E...