attributes property

Map<String, int> attributes
final

Maps glTF attribute names ('POSITION', 'NORMAL', 'TEXCOORD_0', 'COLOR_0', 'JOINTS_0', 'WEIGHTS_0', 'TANGENT') to accessor indexes.

Implementation

final Map<String, int> attributes;