Hi everyone,
I would like to do a project as below:
Image marker 1 = 3D object 1
Image marker 2 = 3D object 2
Image marker 1 + Image marker 2 = 3D object 4
I have done to create 16 single image marker with 3D model, animation, and sound. However, I am stuck at image marker combination.
thanks,,
Hello hayssam1,
I can think of two different approaches to this.
The first is to set the max number of simultaneous images tracked to a value greater than 1 in the Vuforia configuration. Now you'll be able to track multiple images and you can write code to display a different model if a combination of images are detected.
The second is you could create additional image targets that are two of the other image targets combined and thus a different detection would happen if they were seen together.
Let me know if you have further questions.
Thanks,
-Vuforia Support