Lewy Blue hace 8 años
padre
commit
2c294417c6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 );
 
 						}