copy method

InstancedBufferGeometry copy(
  1. BufferGeometry source
)
override

Implementation

copy(source) {
  // todo

  return this;
}