You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>Convert a [page:BufferGeometry] to a Geometry. <br/>
270
-
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>
270
+
When converting from BufferGeometry to Geometry, all vertices are preserved, so duplicated vertices may appear.
271
+
Use [page:Geometry.mergeVertices] to remove them.</p>
0 commit comments