In Vuforia studio mobile, if i click a 2D button change the 3D image then click a same button again then change another image, how can i do this, what can i do for this, i could not find any article related about this. kindly support me
I think you need some javascript jcode and there are a lot of way show to do this . You need an callback function define in the view.js (e.g. Home.js) which will simple set e.g.
But of course , I believe that you need some program logic to change the setting dynamically so define some global variable or parameter (true/false ) which will be checked and set so that you can set different pictures on subsequent clicks.
I think , there possibly someone have exact this code to share there. Thanks
I what to point to 2 relevant point which do more but there you can see the different techniques:
Here a simple example which will show files from he upload folder (files with format "door_type_"<number_1-to-22>".gif") But it could be an array or json etc.