提交 3c8b6247 编写于 作者: B Bao Pham

Update TubeGeometry docs

Fix wrong type for `closed`
上级 bd96b337
......@@ -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>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册