"We offer new support options and therefor the forums are now in read-only mode! Please check out our Support Center for more information." - Vuforia Engine Team

How to display object model in specified position in vuforia unity?

I just want to show object in a specified position.

Suppose i have car toy as my object model and i only want to show  wheels of that car at the same position where  wheels supposed to be there.

 

How can i achieve that accuracy in my app in unity.

 

 

 

 

Hi,

Yes, you can achieve that with Object Targets. Once the toy car is recognized you can augment only the tires of the car.

Here is more info on Object targets:https://library.vuforia.com/content/vuforia-library/en/features/objects/object-reco.html

Thank you.