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