提交 6821bd5c 编写于 作者: M Mr.doob 提交者: GitHub

Merge pull request #11417 from Mugen87/fbx

FBXLoader: Fixed check of  material type
......@@ -421,7 +421,7 @@
var material;
switch ( type ) {
switch ( type.toLowerCase() ) {
case 'phong':
material = new THREE.MeshPhongMaterial();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册