Ver Fonte

Merge pull request #12466 from looeee/FBXLoader_standard_mat_to_phong

FBXLoader switch Standard to Phong
Mr.doob há 8 anos atrás
pai
commit
b53b6942c4
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      examples/js/loaders/FBXLoader.js

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

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

粤ICP备19079148号