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