"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 load the target from internet ?

 Hi,

          I have a question about loading the targets.  Now  I replaced the targets from ImageTarget sample should modified the .cpp to change the "stoneandchips.xml" to my target.xml . I just want to know could I set a variable for the target xml name in the .cpp ,then .cpp will loading the xml name

dynamically ?

AlessandroB

Sun, 03/03/2013 - 17:26

Hi,

you can certainly use a variable (in C++ it will be a char array or char* pointer) to pass the name of the dataset to the DataSet::load() function;