UFO: Alien Invasion
Loading...
Searching...
No Matches
anim_t Struct Reference

#include <r_material.h>

Collaboration diagram for anim_t:
Collaboration graph

Data Fields

int num_frames
animLoop_t type
struct image_s * images [MAX_ANIM_FRAMES]
float fps
float dtime
int dframe

Detailed Description

Definition at line 123 of file r_material.h.

Field Documentation

◆ dframe

int anim_t::dframe

Definition at line 129 of file r_material.h.

◆ dtime

float anim_t::dtime

Definition at line 128 of file r_material.h.

◆ fps

float anim_t::fps

Definition at line 127 of file r_material.h.

Referenced by R_ParseStage().

◆ images

struct image_s* anim_t::images[MAX_ANIM_FRAMES]

Definition at line 126 of file r_material.h.

Referenced by R_LoadAnimImages().

◆ num_frames

int anim_t::num_frames

Definition at line 124 of file r_material.h.

Referenced by R_LoadAnimImages(), and R_ParseStage().

◆ type

animLoop_t anim_t::type

Definition at line 125 of file r_material.h.

Referenced by R_ParseStage().


The documentation for this struct was generated from the following file: