提交 4b144ff3 编写于 作者: N Nicholas Kinsey

Optimising THREE.Shape.Utils.removeHoles

上级 40161dda
......@@ -138,7 +138,7 @@ THREE.Shape.Utils = {
holes.push( hole );
*/
allpoints = allpoints.concat( hole );
Array.prototype.push.apply( allpoints, hole );
shortest = Number.POSITIVE_INFINITY;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册