deleteAttributeFromString method
Deletes the type
with the specified string name.
Implementation
BufferGeometry deleteAttributeFromString(String type) {
attributes.remove(type);
return this;
}
Deletes the type
with the specified string name.
BufferGeometry deleteAttributeFromString(String type) {
attributes.remove(type);
return this;
}