Methods
Navigation
setNavigationSettings
set the navigation settings this method supersedes the deprecated methods walkspeed , elevationspeed and rotationspeed example usage const navigationsettings = { elevationspeed 1 5, rotationspeed 40, walkspeed 3 0, }; viewer3d setnavigationsettings(navigationsettings); parameters navigationsettings the navigation settings type required object yes properties name type required description elevationspeed number no the elevation speed in meters per second rotationspeed number no the rotation speed in degrees per second walkspeed number no the walking speed in meters per second