Methods
Navigation
getNavigationSettings
returns the navigation settings example usage const navigationsettings = viewer3d getnavigationsettings(); return value the navigation settings type object properties name type description elevationspeed number the elevation speed in meters per second rotationspeed number the rotation speed in degrees per second walkspeed number the walking speed in meters per second example { elevationspeed 1 5, rotationspeed 40, walkspeed 3 0, };