我已经替换了 ThreeJS placeground 示例 ( https://github.com/8thwall/web/tree/master/examples/threejs/placeground ) 中的 tree.glb 模型,但它没有显示。使用 tree.glb 时效果很好。为了调试,我还尝试用示例中可用的 jellyfish-model.glb 替换它,但在点击地板时它也没有显示。我的代码是否有问题,或者我要替换 tree.gbl 的 .glb 模型有问题?
const modelFile = 'tree.glb' // 3D model to spawn at tap
到
const modelFile = 'jellyfish-model.glb' // 3D model to spawn at tap
github上的文件结构:8thwall-3js-test-github
理想情况下,我想复制我在此示例中使用 Unity+Vuforia 所做的事情(基本上将 .png 放置在地板上):https ://www.youtube.com/watch?v=poWvXVB4044