clone method
Creates a clone of this BufferGeometry.
Implementation
@override
BufferGeometry clone() {
return InstancedBufferGeometry().copy(this);
}
Creates a clone of this BufferGeometry.
@override
BufferGeometry clone() {
return InstancedBufferGeometry().copy(this);
}