我已经从github下载了 8th wall web starter project 。我正在尝试在本地运行传单演示。
传单演示 index.html,我已将应用程序密钥替换为带有第 8 个壁挂式控制台的新创建的 Web 项目。
接下来,使用下面的代码来实现图像目标功能
<!-- Note: "name:" must be set to the name of the image target uploaded to the 8th Wall Console -->
<a-entity
xrextras-named-image-target="name: video-target"
xrextras-play-video="video: #jelly-video; thumb: #jelly-thumb; canstop: true"
geometry="primitive: plane; height: 1; width: 0.79;">
</a-entity>
<!-- Note: "name:" must be set to the name of the image target uploaded to the 8th Wall Console -->
<a-entity xrextras-named-image-target="name: model-target">
<!-- Add a child entity that can be rotated independently of the image target. -->
<a-entity xrextras-one-finger-rotate gltf-model="#jelly-glb"></a-entity>
</a-entity>
因此,为了使上述代码正常工作,我已将传单演示中的图像文件夹中的两张图像上传到上面代码中提到的名称的第 8 壁控制台。当我运行它时,图像目标没有检测到这两个图像。
当我在互联网和这里看到文档时,我发现当您在第 8 壁控制台上上传图像目标时,有保存和启用选项,但是在上传时我看不到启用选项。这是图像目标不起作用的原因还是我需要发布第 8 个墙网络应用程序,其中包括使这个图像目标工作的定价?
请帮助