customAttributes property

Map<String, MeshAttributeData> customAttributes
final

Named custom per-vertex attribute streams, forwarded to Geometry.setCustomAttribute on upload.

Implementation

final Map<String, MeshAttributeData> customAttributes;