- 在使用XRFRAME的api构建场景时,我发现手动创建出来的 XRAssets、XRGLTF 这两个Element。他并没有按照文档中所描述的defaultComponents所创建。创建出来之后的Element,没有搭载相应的Component。(见图一)
- 采用两种方式向Component内传值,好像都没有起作用。(见图二)
- GLTF Component 应该传入model,还是传入meshes?使用xml创建的XRGLTF Element时,所有的参数会出现在_dataCache中,此时传入的是model(见图三),但是用脚本创建时,所有的参数都会进入到_dataCache2中,并且不管传入model还是meshes都无法影响 GLTF Component中的meshes属性。
(图一)
(图二)
(图三)
(图四)
组件数据不会立即生效,需要到下一帧
其他用法基本都是错的,建议再仔细看完组件文档
https://developers.weixin.qq.com/miniprogram/dev/component/xr-frame/core/component.html#%E6%89%8B%E5%8A%A8%E4%BD%BF%E7%94%A8
https://developers.weixin.qq.com/miniprogram/dev/component/xr-frame/core/element.html#%E6%89%8B%E5%8A%A8%E4%BD%BF%E7%94%A8
https://developers.weixin.qq.com/miniprogram/dev/component/xr-frame/core/shadow.html