#include "r_local.h"Go to the source code of this file.
Classes | |
| struct | partparms_t |
Macros | |
| #define | PARTICLE_33 0 |
| #define | PARTICLE_66 1 |
| #define | PARTICLE_OPAQUE 2 |
Functions | |
| static byte | BlendParticle33 (int pcolor, int dstcolor) |
| static byte | BlendParticle66 (int pcolor, int dstcolor) |
| static byte | BlendParticle100 (int pcolor, int dstcolor) |
| void | R_DrawParticle (void) |
| void | R_DrawParticles (void) |
Variables | |
| vec3_t | r_pright |
| vec3_t | r_pup |
| vec3_t | r_ppn |
| static partparms_t | partparms |
Definition at line 448 of file r_part.c.
Referenced by R_DrawParticle().
Definition at line 438 of file r_part.c.
Referenced by R_DrawParticle().
Definition at line 443 of file r_part.c.
Referenced by R_DrawParticle().
|
static |
Definition at line 35 of file r_part.c.
Referenced by R_DrawParticle(), and R_DrawParticles().
| vec3_t r_ppn |
Definition at line 22 of file r_part.c.
Referenced by R_DrawParticle(), and R_DrawParticles().
| vec3_t r_pright |
Definition at line 22 of file r_part.c.
Referenced by R_DrawParticle(), and R_DrawParticles().
| vec3_t r_pup |
Definition at line 22 of file r_part.c.
Referenced by R_DrawParticle(), and R_DrawParticles().