Skip to main content

Attributes

Overview

Attributes are named data values attached to meshes.


Attribute Domains

DomainDescription
VertexOne value per vertex
FaceOne 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