copy method
Copies the given name to this instance.
Implementation
@override
InstancedBufferGeometry copy(BufferGeometry source) {
super.copy(source);
instanceCount = source.instanceCount;
return this;
}
Copies the given name to this instance.
@override
InstancedBufferGeometry copy(BufferGeometry source) {
super.copy(source);
instanceCount = source.instanceCount;
return this;
}