- <p>Convert a [page:BufferGeometry] to a Geometry.</p>
+ <p>Convert a [page:BufferGeometry] to a Geometry. <br />
+ The array used to store the vertices in the bufferGeometry is a non indexed array, so the resultant geometry may contain duplicated vertices. Use [page:mergeVertices] to remove them.</p>