#include "common.h"
#include <stdlib.h>
#include <stdio.h>
#include <strings.h>
#include <math.h>
#include "machine.h"
#include "vmath.h"
#include "bu.h"
#include "raytrace.h"
#include "./debug.h"
Include dependency graph for db_anim.c:
Go to the source code of this file.
Functions | |
int | db_add_anim (struct db_i *dbip, register struct animate *anp, int root) |
int | db_do_anim (register struct animate *anp, mat_t stack, mat_t arc, struct mater_info *materp) |
void | db_free_1anim (struct animate *anp) |
void | db_free_anim (register struct db_i *dbip) |
animate * | db_parse_1anim (struct db_i *dbip, int argc, const char *argv[]) |
int | db_parse_anim (struct db_i *dbip, int argc, const char **argv) |
void | db_write_anim (FILE *fop, struct animate *anp) |
Author - Michael John Muuss
Source - SECAD/VLD Computing Consortium, Bldg 394 The U. S. Army Ballistic Research Laboratory Aberdeen Proving Ground, Maryland 21005-5066
Definition in file db_anim.c.