未验证 提交 0bb8cce8 编写于 作者: T thecharhan 提交者: GitHub

make IIFS a little easier to read

上级 60239755
......@@ -3129,7 +3129,7 @@ THREE.GLTFLoader = ( function () {
var nodeDef = json.nodes[ nodeIndex ];
return function( ) {
return ( function() {
// .isBone isn't in glTF spec. See .markDefs
if ( nodeDef.isBone === true ) {
......@@ -3185,7 +3185,7 @@ THREE.GLTFLoader = ( function () {
}
}( ).then( function ( node ) {
}() ).then( function ( node ) {
if ( nodeDef.name !== undefined ) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册