attributes property

Map<String, int> attributes
final

A plain JSON object, where each key corresponds to a mesh attribute semantic and each value is the index of the accessor containing attribute's data.

Typical keys include: POSITION, NORMAL, TEXCOORD_0, etc.

Implementation

final Map<String, int> attributes;