clone method

BufferGeometry clone()

Implementation

BufferGeometry clone() {
  return BufferGeometry().copy(this);
}