如何从react-native-arkit中显示<arkit.model>?

时间:2019-05-27 15:06:53

标签: react-native arkit react-native-ios

我尝试使用此ARKit.Model显示library

我对其他组件没有问题,但是无法渲染模型(并且在构建过程中没有错误)

<ARKit.Model
    position={{ x: this.state.x, y: this.state.y + 0.06, z: this.state.z, frame: 'local' }}
    scale={0.01}
    model={{
        file: 'art.scnassets/ship.scn',
        scale: 0.01,
          }}
/>

这是Xcode中的结构:

Here is the structure in Xcode

我尝试遵循封闭的issue,但未成功(创建art.scnassets,手动添加文件并重建)

预先感谢

0 个答案:

没有答案