Closed linuissac closed 6 years ago
How does your ViroARTrackingTargets
look like?
Try changing the orientation of your target.
No i just solved it by removing animation for the second node. Now it is working perfect. But i don't think its a permanent solution. What do i do if i need animation for all component?I tried by changing the orientation , but no use. I would like to know more about animations.Is there any docs available , other than the one mentioned in viro's official site?
These are the animation docs we have
Developer Guide -> https://docs.viromedia.com/docs/animation
API Ref -> https://docs.viromedia.com/docs/viroanimations
Each component that is animatable will have an animate prop listed in the respective API ref under optional props.
Hello i'm trying to do multiple image marker recognition in ViroReact . The position of augmented card(Image) is not proper. What i'm expecting is after detecting each marker , the card should be in exact position of the marker. The position of 1st augmented card is proper with respect to the marker , on detecting the next marker the 2nd card will be in the same position of 1st one.
`
This is what i'm getting. Any help would be really appreciable.Thank you