提交 08ea2852 编写于 作者: M Mr.doob

Clean up.

上级 6164f981
......@@ -66,7 +66,7 @@ function CylinderBufferGeometry( radiusTop, radiusBottom, height, radialSegments
openEnded = openEnded !== undefined ? openEnded : false;
thetaStart = thetaStart !== undefined ? thetaStart : 0.0;
thetaLength = thetaLength !== undefined ? thetaLength : 2.0 * Math.PI;
thetaLength = thetaLength !== undefined ? thetaLength : Math.PI * 2;
// buffers
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册