Lewy Blue 6 年之前
父节点
当前提交
09e837bb70
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      examples/js/loaders/FBXLoader.js

+ 0 - 2
examples/js/loaders/FBXLoader.js

@@ -1995,8 +1995,6 @@ THREE.FBXLoader = ( function () {
 			parentGeo.morphAttributes.position = [];
 			// parentGeo.morphAttributes.normal = []; // not implemented
 
-
-
 			var self = this;
 			morphTarget.rawTargets.forEach( function ( rawTarget ) {