Added lit particle emissive support.

This commit is contained in:
Justin Marshall
2026-05-24 14:07:55 -07:00
parent 56bb2f004f
commit 4e6d4a281f
49 changed files with 34640 additions and 87 deletions
+1
View File
@@ -105,6 +105,7 @@ SURFACES
// drawSurf_t are always allocated and freed every frame, they are never cached
static const int DSF_VIEW_INSIDE_SHADOW = 1;
static const int DSF_SCREEN_SPACE_PARTICLE = 2;
static const int DSF_SCREEN_SPACE_PARTICLE_EMISSIVE = 4;
typedef struct drawSurf_s {
const srfTriangles_t *geo;