clone method

BufferGeometry clone()
inherited

Creates a clone of this BufferGeometry.

Implementation

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