i want to ask.. why my 3D character always start playing before i scan it..
i want it start moving when i start scan it.. i am doing AR for a book and every page have a target.. the problem is every page is autoplay before i scan it
From that video it looks like you aren't stopping or restarting your animation when the target tracking has been lost. I suggest you add some logic to your ITrackableEventHandler to stop (and reset if desired) the character animation when the target is lost.
If you see this short video.. when i scan and move to next page then scan it back, my character is continue moving from my first time i scan it.. what i want is when i scan it later it start playing from the start...
Sorry for the delayed response.
From that video it looks like you aren't stopping or restarting your animation when the target tracking has been lost. I suggest you add some logic to your ITrackableEventHandler to stop (and reset if desired) the character animation when the target is lost.
Thanks,
Vuforia Support