Skip to content

Commit fa5e18f

Browse files
authored
Merge pull request #15191 from WestLangley/dev-geometry_docs
Update Geometry.html
2 parents 35377ad + 3a08d4a commit fa5e18f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/api/en/core/Geometry.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,8 @@ <h3>[method:null dispose]()</h3>
267267

268268
<h3>[method:Geometry fromBufferGeometry]( [param:BufferGeometry geometry] )</h3>
269269
<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>
271272

272273
<h3>[method:Geometry lookAt] ( [param:Vector3 vector] )</h3>
273274
<p>

0 commit comments

Comments
 (0)