Community Tip - Stay updated on what is happening on the PTC Community by subscribing to PTC Community Announcements. X
Hello, when I add a 3D video widget, it automatically adds the default controls, which are massive and ugly. Is there a different option for this?
Similar question previously - "Can't hide components in Vuforia Studio": https://community.ptc.com/t5/Vuforia-Studio/Can-t-hide-components-in-Vuforia-Studio/m-p/613655
Hi,
yes you can use
$scope.view.wdg["3DVideo-1"].hideControls = true;
to hide the controls.