使用sceneform来实现arcore的demo

目前arocre已经更新到1.2.1了  国内也有几款手机支持arcore了

业务需要,进行了arocre调研写了一个小demo

  • 目前实现了加载3dsmax模型 与 android_View到屏幕上(文字和图片),接下来有空尝试一下recyclerview显示悬浮聊天
  • 使用TransformableNode可以完成缩放,选择,拖拽
  • 重写了TransformableNode的onTouchEvent来实现双击删除模型
  • 使用kotlin编写

已知问题

  • sceneform的AS插件导入模型是有极大概率出现贴图错误,已在github提问,给我的回答是下个版本修复
  • 我使用了华为p20和小米mix2s测试
  1. mix2s一切正常应用打开按照提示去小米商店下载arcore正常运行
  2. 华为p20 要更新到最新系统,不然无限提示下载arcore,运行时报FatalException,更新最新系统后又小概率报FatalException,建议不要使用华为提供的arcore,去github下载谷歌的最新arcore


下面是我的小demo

使用sceneform来实现arcore的demo_第1张图片使用sceneform来实现arcore的demo_第2张图片使用sceneform来实现arcore的demo_第3张图片使用sceneform来实现arcore的demo_第4张图片


ps:

谷歌arcore下载:点击打开链接

demo:点击打开链接

你可能感兴趣的:(arcore)