GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
ANIM_LOOKAT(nged) BRL-CAD User Commands ANIM_LOOKAT(nged)

anim_lookat - create a view animation script or table which looks from an eye point to a specified point.

anim_lookat [-f #] [-v] in.table out.script

anim_lookat - [y | q] [-v] in.table out.table

This program takes as input a seven-column animation table consisting of time, an eye point, and a "look-at point," and prints a view animation script to control the virtual camera. The camera always remains "right-side up"; that is, it yaws and pitches but doesn't roll. In cases where the camera looks vertically up or down, the yaw from the previous frame is retained. This avoids sudden jumps as much as possible.

-f#
Specify an integer with which to begin numbering frames. The default is 0.

-y

The output will be an animation table rather than a view animation script. The output table has 7 columns: a time column, three columns representing position, and three columns representing yaw, pitch, and roll.

-q

The output will be an animation table rather than a view animation script. The output table has eight columns: a time column, three position columns, and four columns representing the x,y,z, and w coordinates of an orientation quaternion.

-v

Include the viewsize in the output script or table. The viewsize is calculated in every frame as twice the distance from the eye point to the lookat point. If the output is a table, then the viewsize is printed in the second column.

Carl J. Nuzman

This software is Copyright (c) 1993-2019 by the United States Government as represented by U.S. Army Research Laboratory.

Reports of bugs or problems should be submitted via electronic mail to devs@brlcad.org
06/07/2022 BRL-CAD

Search for    or go to Top of page |  Section n |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.