#include <ref.h>
Public Attributes | |
vec3_t | origin |
int | color |
float | alpha |
float particle_t::alpha |
Definition at line 100 of file ref.h.
Referenced by GL_DrawParticles(), R_DrawParticles(), V_AddParticle(), and V_TestParticles().
int particle_t::color |
Definition at line 99 of file ref.h.
Referenced by GL_DrawParticles(), R_DrawParticle(), R_DrawParticles(), V_AddParticle(), and V_TestParticles().
vec3_t particle_t::origin |
Definition at line 98 of file ref.h.
Referenced by GL_DrawParticles(), R_DrawParticle(), R_DrawParticles(), V_AddParticle(), and V_TestParticles().