Switch PVZ on Model ( Hololens Problem )
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 ) ?
😞

