clone method

  1. @override
BufferGeometry clone()
inherited

Implementation

@override
BufferGeometry clone() {
  return InstancedBufferGeometry().copy(this);
}