Methods
Navigation
updateNavigation
starts a navigation movement this method initiates a navigation movement the movement will continue until the stopnavigation method is called example usage const navigationmovement = { moveforward 2, rotateright 0 1, movedown 5, }; viewer3d updatenavigation(navigationmovement); parameters navigationmovement the navigation movement to start type required map\[number] yes properties name type required description key number yes the scale applied to the movement key valid movement keys are moveforward movebackward moveleft moveright moveup movedown rotateup rotatedown rotateleft rotateright