소스 검색

Update mergeVertices docs

Garrett Johnson 6 년 전
부모
커밋
de68a2beff
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      docs/examples/utils/BufferGeometryUtils.html

+ 2 - 2
docs/examples/utils/BufferGeometryUtils.html

@@ -68,8 +68,8 @@
     geometry -- Instance of [page:BufferGeometry BufferGeometry] to merge the vertices of.<br />
     tolerance -- The maximum allowable difference between vertex attributes to merge. Defaults to 1e-4.<br /><br />
 
-    Returns a new [page:BufferGeometry BufferGeometry] with vertices closer than the provided tolerance merged.
-    All vertex attributes are accounted for.
+    Returns a new [page:BufferGeometry BufferGeometry] with vertices for which all similar vertex attributes
+    (within tolerance) are merged.
 
     </p>