Browse Source

FBXLoader switch Standard to Phong

Lewy Blue 7 years ago
parent
commit
a5f771b4c1
1 changed files with 1 additions and 1 deletions
  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 );
 
 						}