Explorar o código

Merge pull request #12466 from looeee/FBXLoader_standard_mat_to_phong

FBXLoader switch Standard to Phong
Mr.doob %!s(int64=7) %!d(string=hai) anos
pai
achega
b53b6942c4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      examples/js/loaders/FBXLoader.js

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

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