How to remove empty areas from screenshots generated from Autodesk Viewer?
I would like to remove empty areas from screenshots generated from Autodesk Viewer. See the below picture. I’m using Autodesk Platform Services API and Autodesk Viewer.
autodesk forge viewer – Autodesk.BimWalk get rid of the Navigate in First Person guide dialog when activating the extension
const bimwalkExt = Viewer.forgeViewer.getExtension( “Autodesk.BimWalk” ); if (!bimwalkExt.isActive()) { bimwalkExt.activate(); } each time I activate the extension, the following dialog shows up How can I prevent this dialog from showing up even when it’s the first time we enter to the bim walk mode? autodesk-forge autodesk-viewer autodesk