Visibility not working
I am working on a 3D eyewear project and I am trying to set the visibility of my 3D label. From all the info available the following should work:
$scope.view.wdg['seq02-stp01-cir02']['visible']=true;
However, as soon as I add this line to my Home.js the preview doesn't work anymore and the console shows an error:
TypeError: Cannot set property 'visible' of undefined
I have had this error before when I mistyped the name of the widget but it is correct this time around.😊
Using Vuforia Studio Version 8.5.7 (8.5.7.4613)



