DP EF ADDITIVE
From Quake Wiki
Adds a new .effects bit:
float EF_ADDITIVE = 32;
Objects with this bit set are rendered with additive blending.
Adds a new .effects bit:
float EF_ADDITIVE = 32;
Objects with this bit set are rendered with additive blending.
|