Moves the view center to (x, y, z). If z is not provided, then z=0 is used. The parameters x, y, z are integer values relative to the screen. For example, the center of the screen is (0, 0, 0) and the upper left corner is (-2048, 2047, 0).
The two examples show the use of the sv command to move the view center to a particular location on the screen.
Example 2. Move the view center half way between the current view center and the right side of the view screen.
mged>
sv 1024 0 0
The view center is moved half way between the current view center and the right side of the view screen.
Reports of bugs or problems should be submitted via electronic
mail to <devs@brlcad.org>