Browse Source

Docs: Buffergeometry clarify normal attribute

See #12559
Lewy Blue 7 năm trước cách đây
mục cha
commit
69c179b57a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      docs/api/core/BufferGeometry.html

+ 1 - 1
docs/api/core/BufferGeometry.html

@@ -73,7 +73,7 @@
 
 		<h3>[page:BufferAttribute normal] (itemSize: 3)</h3>
 		<div>
-		Stores the x, y, and z components of the face or vertex normal vector of each vertex in this geometry.
+		Stores the x, y, and z components of the vertex normal vector of each vertex in this geometry.
 		Set by [page:.fromGeometry]().
 		</div>