|
| using | PrimitiveType = uint8_t |
| |
|
static constexpr PrimitiveType | PT_BLIND_DATA = prt::Attributable::PT_BLIND_DATA |
| |
|
static constexpr PrimitiveType | PT_BLIND_DATA_ARRAY = prt::Attributable::PT_BLIND_DATA_ARRAY |
| |
|
static constexpr PrimitiveType | PT_BOOL = prt::Attributable::PT_BOOL |
| |
|
static constexpr PrimitiveType | PT_BOOL_ARRAY = prt::Attributable::PT_BOOL_ARRAY |
| |
|
static constexpr PrimitiveType | PT_COUNT = prt::Attributable::PT_COUNT |
| |
|
static constexpr PrimitiveType | PT_FLOAT = prt::Attributable::PT_FLOAT |
| |
|
static constexpr PrimitiveType | PT_FLOAT_ARRAY = prt::Attributable::PT_FLOAT_ARRAY |
| |
|
static constexpr PrimitiveType | PT_INT = prt::Attributable::PT_INT |
| |
|
static constexpr PrimitiveType | PT_INT_ARRAY = prt::Attributable::PT_INT_ARRAY |
| |
|
static constexpr PrimitiveType | PT_STRING = prt::Attributable::PT_STRING |
| |
|
static constexpr PrimitiveType | PT_STRING_ARRAY = prt::Attributable::PT_STRING_ARRAY |
| |
|
static constexpr PrimitiveType | PT_UNDEFINED = prt::Attributable::PT_UNDEFINED |
| |
Read-only container for polygon meshes. A Geometry has an URI which is either:
- empty / invalid: the Geometry is a transient result of the generate() process
- valid: the URI uniquely identifies this geometry which originates from an external asset (file).
The coordinate system of the Geometry is arbitrary.
- See also
- DataBackend, GeometryBuilder, Mesh