Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Minte

#1
Hello,
I'm working on a project in which I successfully integrated jPCT and Vuforia for Augmented reality application. The 3DS frame animation works fine when the Vuforia tracker finds the target. The animation starts immediately when the tracker finds the target because  i put my doAnim() method in onDrawFrame() function. What I need now is that I want the animation+audio to start with button click on the camera screen. Can you please suggest me how to do this ?