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

CircleBufferGeometry: Clean up.

上级 be40b791
......@@ -50,9 +50,7 @@ THREE.CircleBufferGeometry = function ( radius, segments, thetaStart, thetaLengt
for ( var i = 1; i <= segments; i ++ ) {
indices.push( i );
indices.push( i + 1 );
indices.push( 0 );
indices.push( i, i + 1, 0 );
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册