Quake II RTX doxygen  1.0 dev
cparticle_s Struct Reference

#include <client.h>

Public Attributes

struct cparticle_snext
 
float time
 
vec3_t org
 
vec3_t vel
 
vec3_t accel
 
int color
 
float alpha
 
float alphavel
 
color_t rgba
 
float brightness
 

Detailed Description

Definition at line 780 of file client.h.

Member Data Documentation

◆ accel

◆ alpha

◆ alphavel

◆ brightness

◆ color

◆ next

struct cparticle_s* cparticle_s::next

Definition at line 781 of file client.h.

Referenced by CL_AddParticles(), CL_AllocParticle(), and CL_ClearParticles().

◆ org

◆ rgba

color_t cparticle_s::rgba

Definition at line 791 of file client.h.

Referenced by CL_AddParticles(), and CL_RailSpiral().

◆ time

◆ vel