Hi,
I need to position some content in the middle of the screen (meaning, cnstant position) after the target disappears.
The problem is that the position changes according to the last place the target was seen at. This makes sense, since the pose matrix is relative to the target. But how can I reset the coordinates when a target is not visible, so my drawing will always be at a constant position?
Thanks,
yakobom
Hi!
I have similar issue with augmentation.I can render image on trackable.
when i take the screen off the trackable,the content is being rendered in the centre which is quite impressive.Now the issue is,the content rendered offtarget is very small.I need to resize it.Where can I change the code to get the augmentation with redefined size when we take the screen off the trackable.
Any sujjestions would be helpful!
Thank you!