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

Geometry: Minor clean up.

上级 7777d08a
......@@ -661,7 +661,7 @@ THREE.Geometry.prototype = {
for ( var j = 0, jl = uv.length; j < jl; j ++ ) {
uvCopy.push( new THREE.Vector2( uv[ j ].x, uv[ j ].y ) );
uvCopy.push( uv[ j ].clone() );
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册