首页 > 解决方案 > ARcore Augmented images with 3D object interaction

问题描述

I want to build a digital catelog application where i detect the image in a catelogue and place a 3D object on it This can be achieved by ARcore Augmented images. what i need is When i click/touch the 3D object I need to show some information and videos For this particular task i need some SDK options without Vuforia can this be achieved using ARCore+Unity or Android OpenCV or any other.

标签: augmented-realityarcore

解决方案


这需要从创建动画和图层到定义碰撞器和使用后端代码进行控制的大量工作。

首先创建动画和动画控制器,然后将碰撞器添加到要单击对象的热点(例如触摸门打开),然后映射每个碰撞器单击事件以触发特定动画。

实际上最好遵循一个显示动画基础的教程,然后它会很容易与 AR 项目结合,

https://unity3d.com/learn/tutorials/s/animation


推荐阅读