cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X

Switch PVZ on Model ( Hololens Problem )

Giuseppe_Fiore
15-Moonstone

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 ) ?

 

😞

 

 

 

1 REPLY 1

@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

Top Tags