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

GLTFExporter: Clean up.

上级 86b40572
......@@ -1740,8 +1740,10 @@ THREE.GLTFExporter.prototype = {
} else {
if (object.matrixAutoUpdate) {
object.updateMatrix();
if ( object.matrixAutoUpdate ) {
object.updateMatrix();
}
if ( ! equalArray( object.matrix.elements, [ 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1 ] ) ) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册