提交 1087a04e 编写于 作者: T Takahiro

Display warning for SkinnedMesh from ObjectLoader

上级 fdfc14ad
......@@ -642,6 +642,10 @@ Object.assign( ObjectLoader.prototype, {
break;
case 'SkinnedMesh':
console.warn( 'THREE.ObjectLoader.parseObject() does not support SkinnedMesh type. Instantiates Object3D instead.' );
default:
object = new Object3D();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册