Skip to content

Commit 0e28761

Browse files
authored
Update BufferGeometry.html
1 parent 12e6b0b commit 0e28761

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/api/en/core/BufferGeometry.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,8 @@ <h3>[method:undefined computeTangents]()</h3>
211211
</p>
212212

213213
<h3>[method:undefined computeVertexNormals]()</h3>
214-
<p>Computes vertex normals by averaging face normals.</p>
214+
<p>Computes vertex normals for the given vertex data. For indexed geometries, the method sets each vertex normal to be the average of the face normals of the faces that share that vertex.
215+
For non-indexed geometries, vertices are not shared, and the method sets each vertex normal to be the same as the face normal.</p>
215216

216217
<h3>[method:this copy]( [param:BufferGeometry bufferGeometry] )</h3>
217218
<p>Copies another BufferGeometry to this BufferGeometry.</p>

0 commit comments

Comments
 (0)