Skip to main content
1-Visitor
December 14, 2021
Question

3D Video Widget Controls - Can I hide them?

  • December 14, 2021
  • 2 replies
  • 1060 views

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?

2 replies

24-Ruby III
December 14, 2021

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

14-Alexandrite
December 15, 2021

Hi,

 

yes you can use 

$scope.view.wdg["3DVideo-1"].hideControls = true;

to hide the controls.