icculus quake2 doxygen  1.0 dev
particle_t Struct Reference

#include <ref.h>

Public Attributes

vec3_t origin
 
int color
 
float alpha
 

Detailed Description

Definition at line 96 of file ref.h.

Member Data Documentation

◆ alpha

float particle_t::alpha

Definition at line 100 of file ref.h.

Referenced by GL_DrawParticles(), R_DrawParticles(), V_AddParticle(), and V_TestParticles().

◆ color

int particle_t::color

◆ origin

vec3_t particle_t::origin