Hello folks,
I was wondering if there is a way to add some kind of labels to an image target. Say, your image target is car, you may want to add labels showing thing like "this is the engine", "this is the wheel", "this is the door", and so on.
Does Vuforia already have this sort of things? If not, what approach would you suggest to achieve this?
Thanks in advance.
Hi,
Yes, it is possible. However Vuforia does not offer this out of the box and you will need to create/add it yourself.
One important factor would be that the text/label should always face the camera. For ex. moving around the augmentation will always show your label facing the camera.
Please go over following thread covering the lables facing the camera: https://developer.vuforia.com/forum/unity/3d-or-2d-ui-text-constantly-facing-camera
Thank you.
Vuforia Engine Support
Edit: in the VuMark scene( Vuforia Core samples), go over the LooktAtObject.cs script