clone method

BufferGeometry clone()

Creates a clone of this BufferGeometry.

Implementation

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