Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/api/en/core/Geometry.html
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,8 @@ <h3>[method:null dispose]()</h3>

<h3>[method:Geometry fromBufferGeometry]( [param:BufferGeometry geometry] )</h3>
<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>
When converting from BufferGeometry to Geometry, all vertices are preserved, so duplicated vertices may appear.
Use [page:Geometry.mergeVertices] to remove them.</p>

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