#include <raytrace.h>
Data Fields | |
int | anm_op |
ANM_RSTACK, ANM_RARC... | |
mat_t | anm_mat |
Matrix. |
Each one of these structures specifies an arc in the tree that is to be operated on for animation purposes. More than one animation operation may be applied at any given arc. The directory structure points to a linked list of animate structures (built by rt_anim_add()), and the operations are processed in the order given.
Definition at line 1330 of file raytrace.h.
|
ANM_RSTACK, ANM_RARC...
Definition at line 1331 of file raytrace.h. Referenced by db_parse_1anim(), and db_write_anim(). |
|
Matrix.
Definition at line 1332 of file raytrace.h. Referenced by db_parse_1anim(), and db_write_anim(). |