#include <raytrace.h>
Collaboration diagram for animate:
Data Fields | |
long | magic |
magic number | |
animate * | an_forw |
forward link | |
db_full_path | an_path |
(sub)-path pattern | |
int | an_type |
AN_MATRIX, AN_COLOR... | |
animate::animate_specific | an_u |
Data Structures | |
union | animate_specific |
Definition at line 1354 of file raytrace.h.
|
magic number
Definition at line 1355 of file raytrace.h. Referenced by db_parse_1anim(). |
|
forward link
Definition at line 1356 of file raytrace.h. Referenced by db_apply_anims(), db_follow_path(), and db_free_anim(). |
|
(sub)-path pattern
Definition at line 1357 of file raytrace.h. Referenced by db_apply_anims(), db_follow_path(), db_free_1anim(), db_parse_1anim(), db_parse_anim(), and db_write_anim(). |
|
AN_MATRIX, AN_COLOR...
Definition at line 1358 of file raytrace.h. Referenced by db_free_1anim(), db_parse_1anim(), and db_write_anim(). |
|
Referenced by db_free_1anim(), db_parse_1anim(), and db_write_anim(). |