Lewy Blue 7 年之前
父節點
當前提交
2c294417c6
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      examples/js/loaders/FBXLoader.js

+ 1 - 1
examples/js/loaders/FBXLoader.js

@@ -1745,7 +1745,7 @@
 
 						} else {
 
-							material = new THREE.MeshPhongdMaterial( { color: 0xcccccc } );
+							material = new THREE.MeshPhongMaterial( { color: 0xcccccc } );
 							materials.push( material );
 
 						}