Macros | |
#define | NH_DEFINE |
Functions | |
void | gl_R_ClearParticles (void) |
void | gl_R_DrawParticles (void) |
void | gl_r_easter_eggs_f (cvar_t *var) |
void | gl_R_InitParticles (void) |
void | gl_R_Particle_New (ptype_t type, int texnum, const vec3_t org, float scale, const vec3_t vel, float die, int color, float alpha, float ramp) |
void | gl_R_Particle_NewRandom (ptype_t type, int texnum, const vec3_t org, int org_fuzz, float scale, int vel_fuzz, float die, int color, float alpha, float ramp) |
void | gl_R_Particles_Init_Cvars (void) |
void | gl_r_particles_style_f (cvar_t *var) |
void | gl_R_ReadPointFile_f (void) |
#define NH_DEFINE |
void gl_R_ClearParticles | ( | void | ) |
void gl_R_DrawParticles | ( | void | ) |
void gl_r_easter_eggs_f | ( | cvar_t * | var | ) |
void gl_R_InitParticles | ( | void | ) |
void gl_R_Particle_New | ( | ptype_t | type, |
int | texnum, | ||
const vec3_t | org, | ||
float | scale, | ||
const vec3_t | vel, | ||
float | die, | ||
int | color, | ||
float | alpha, | ||
float | ramp | ||
) |
void gl_R_Particle_NewRandom | ( | ptype_t | type, |
int | texnum, | ||
const vec3_t | org, | ||
int | org_fuzz, | ||
float | scale, | ||
int | vel_fuzz, | ||
float | die, | ||
int | color, | ||
float | alpha, | ||
float | ramp | ||
) |
void gl_R_Particles_Init_Cvars | ( | void | ) |
void gl_r_particles_style_f | ( | cvar_t * | var | ) |
void gl_R_ReadPointFile_f | ( | void | ) |