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

Safer CanvasRedenderer's texturePath().

上级 0ceb5288
......@@ -910,7 +910,7 @@ THREE.CanvasRenderer = function ( parameters ) {
det = u1 * v2 - u2 * v1;
if ( det == 0 ) return;
if ( /*Math.abs*/ ( det < 0 ? - det : det ) < 1 ) return;
idet = 1 / det;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册