Browse Source

Merge pull request #8192 from baopham/tubegeometry-docs

Update TubeGeometry docs
Mr.doob 9 năm trước cách đây
mục cha
commit
2cc5566a4d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      docs/api/extras/geometries/TubeGeometry.html

+ 1 - 1
docs/api/extras/geometries/TubeGeometry.html

@@ -51,7 +51,7 @@ var geometry = new THREE.TubeGeometry(
 		segments — [page:Integer] - The number of segments that make up the tube, default is 64<br />
 		radius — [page:Float] - The radius of the tube, default is 1<br />
 		radiusSegments — [page:Integer] - The number of segments that make up the cross-section, default is 8 <br />
-		closed — [page:Float] Is the tube open or closed, default is false <br />
+		closed — [page:Boolean] Is the tube open or closed, default is false <br />
 		</div>