浏览代码

FBXLoader switch Standard to Phong

Lewy Blue 7 年之前
父节点
当前提交
a5f771b4c1
共有 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.MeshStandardMaterial( { color: 0x3300ff } );
+							material = new THREE.MeshPhongdMaterial( { color: 0xcccccc } );
 							materials.push( material );
 
 						}