Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X
I wanted to know if it was possible to make a change of PVZ ON A MODEL as for mobile and Tablet, the strange thing is that in the preview everything works but then once published on Hololens does not switch between the various pvz.
i created a 3D-IMAGE and i bind this function to a click event :
3D-IMAGE1 recall this function :
$scope.ina=function(){
$scope.view.wdg['model-3']['src'] = 'app/resources/Uploaded/ina.pvz';
};
3D-IMAGE2 recall this function :
$scope.xama=function(){
$scope.view.wdg['model-3']['src'] = 'app/resources/Uploaded/xama.pvz';
};
when I click on the various 3dimage the exchange takes place but only on the mobile & tablet ( not function on the Hololens ) ?
😞
@Giuseppe_Fiore Do you see any errors in Studio application log or mobile device log ? I would request you to open a PTC Tech Support case to review this issue and provide the details to investigate the cause of the issue.
Thanks,
Durgesh