通过<a-asset-item>加载的FBX模型无法显示在<a-entity>中

时间:2019-07-19 02:39:52

标签: aframe

我想预加载FBX模型并支付实体以在加载后显示。现在,可以加载模型,但是实体无法显示。

我知道这种方法: 但这不是我想要的。

<a-assets>
  <a-asset-item id="samba" src="SambaDancing.fbx"></a-asset-item>
</a-assets>

<a-entity  id="samba_Model" fbx-model="src:#samba"  
animation-mixer="clip: mixamo.com; loop: repeat">
</a-entity>

0 个答案:

没有答案