"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

More Targets and models

Hi,

how to put an second 3D Model and an second ImageTarget

in to the ImageTargetSample programmaticly?

Thanks.

AlessandroB

Sun, 06/09/2013 - 09:55

Hi, you need first to use a device database which contains your own additional targets;

then you can enable them by loading and activating your database (see how the DataSet class is used in the sample);

You basically need to use the same openGL code that you find in the sample, but with minor adaptations to use your own 3D models;

the best is to follow this tutorial: