There are some tool button avalible in navigation toolbar Forge viewer. So I want hide only "zoom tool" button and "first person tool" button from the tool bar.
I am able to remove zoom tool button from the tool bar using below code :
var navTool = this.viewer.toolbar.getControl('navTools'); navTool.removeControl('toolbar-zoomTool');
But I am not able to remove "First Person" tool button from the navigation tool bar.
Can anyone help me on this problem?