提交 814c0028 编写于 作者: M Mugen87

FBXLoader: Fix check of material type

上级 ed717aed
......@@ -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.
先完成此消息的编辑!
想要评论请 注册