i´m developing an app, this have to change texture in a simple 3dobject , but depends of the Image Targets and i need to cheange almost 200 textures in 200 Image Targets (not Simultaneously), is capable to do this vuforia. or i need to change the texture with spinners, or somthinglike that
- Sort Posts
- 1 replies
- Last post
how many image marker the android and ios SDK's support
June 29, 2012 - 12:14pm #1
So you have 1 model, and 200 textures for that model, and 200 ImageTargets? And you want to change the texture on the model in response to the detection of a given ImageTarget?
The maximum recommended number of active Trackables (e.g. ImageTargets ) is 60, but the absolute number depends on the computational capacity of the device. So you would need to utilize multiple DataSets to support 200 ImageTargets.
For an example of how to change textures on models dynamically, take a look at the VirtualButtons sample. This does the same, but in response to Virtual Button events.