Vertex Colors
Per-vertex color information
Vertex colors store per-vertex (or per-corner) color attributes useful for lookdev, masks, or data visualization.
How it works
- Colors are additional attributes alongside position/normal/uv.
- Multiple color sets may be supported; exporters often select the active set.
- Gamma: treat as linear data unless explicitly authored in sRGB.
Use cases
- Quick color blocking without textures
- Baked masks and gradients driving shaders
- Lightweight coloration for web/mobile assets