![]() |
![]()
| ![]() |
![]()
NAMElookat - Adjusts the current view in MGED such that the eye is looking in the direction of the given coordinates, but does not move the eye point nor change the view size. SYNOPSISlookat {x y z} DESCRIPTIONAdjusts the current view in MGED such that the eye is looking in the direction of the given coordinates, but does not move the eye point nor change the view size. This is similar to just rotating the viewers head to look at the specified point, putting that point in the center of the MGED display. The center command performs a similar function, but moves the eye_pt without changing the viewing direction. EXAMPLESThe example shows the use of the lookat command to rotate the view to place the given coordinates in the center of the display. Example 1. Rotate the view to place specific coordinates in the center of the display. mged> lookat 10 20 30 Rotates the view to place the point (10 20 30) (model
coordinates) in the center of the display.
AUTHORBRL-CAD Team BUG REPORTSReports of bugs or problems should be submitted via electronic mail to devs@brlcad.org
|