deleteAttribute method
Deletes the type
with the specified Attribute.
Implementation
BufferGeometry deleteAttribute(Attribute type) {
attributes.remove(type.name);
return this;
}
Deletes the type
with the specified Attribute.
BufferGeometry deleteAttribute(Attribute type) {
attributes.remove(type.name);
return this;
}