Macros | |
| #define | NH_DEFINE |
Functions | |
| void | sw32_R_ClearParticles (void) |
| void | sw32_R_DrawParticles (void) |
| void | sw32_r_easter_eggs_f (cvar_t *var) |
| void | sw32_R_InitParticles (void) |
| void | sw32_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 | sw32_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 | sw32_R_Particles_Init_Cvars (void) |
| void | sw32_r_particles_style_f (cvar_t *var) |
| void | sw32_R_ReadPointFile_f (void) |
| #define NH_DEFINE |
| void sw32_R_ClearParticles | ( | void | ) |
| void sw32_R_DrawParticles | ( | void | ) |
| void sw32_r_easter_eggs_f | ( | cvar_t * | var | ) |
| void sw32_R_InitParticles | ( | void | ) |
| void sw32_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 sw32_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 sw32_R_Particles_Init_Cvars | ( | void | ) |
| void sw32_r_particles_style_f | ( | cvar_t * | var | ) |
| void sw32_R_ReadPointFile_f | ( | void | ) |