Augmented reality - move object across overlay

446 views Asked by At

I am developing a Augmented reality application in iOS. I need to add an object, say a teapot to the screen, I should able to drag the object across the overlay of the camera and fix the object in a place. I am using the vuforia engine to add the object. I came across this thread to drag the 3D object to the target. But it uses C#. Is there any possibilities to achieve it in native itself? Or else some other way?

Kindly share your ideas.

1

There are 1 answers

0
Mamdouh On BEST ANSWER

I can not help much with Vuforia but "Metaio" has it ready in their samples: http://bit.ly/1I0wWzR If you download their SDK you will have the sample code with it.