Attributes
Overview
Attributes are named data values attached to meshes.
Attribute Domains
| Domain | Description |
|---|---|
| Vertex | One value per vertex |
| Face | One value per face |
Attribute Types
- int
- float
- bool
- Vector2
- Vector3
Notes
- Attribute names must be unique per domain
- Attribute type and domain must match when reading or writing values
- Attributes are not supported for curves