Browse Source

Merge branch 'patch-1' of https://github.com/zz85/three.js into dev

Mr.doob 11 năm trước cách đây
mục cha
commit
1c808679f0
1 tập tin đã thay đổi với 4 bổ sung2 xóa
  1. 4 2
      docs/api/core/Geometry.html

+ 4 - 2
docs/api/core/Geometry.html

@@ -179,7 +179,9 @@
 
 		<h3>.[page:array lineDistances]</h3>
 		<div>
-		todo
+		An array containing distances between vertices for Line geometries.
+		This is required for LinePieces/LineDashedMaterial to render correctly.
+		Line distances can also be generated with computeLineDistances.
 		</div> 
 
 		<h2>Methods</h2>
@@ -275,7 +277,7 @@
 
 		<h3>.computeLineDistances() [page:todo]</h3>
 		<div>
-		todo
+		Compute distances between vertices for Line geometries.
 		</div>
 
 		<h3>.addEventListener([page:todo type], [page:todo listener]) [page:todo]</h3>