Hosting and domain costs until October 2024 have been generously sponsored by dumptruck_ds. Thank you!

DP EF DOUBLESIDED

From Quake Wiki

Revision as of 14:14, 28 February 2008 by KrimZon (talk | contribs) (New page: Implements a new .effects bit: float EF_DOUBLESIDED = 32768; The entity is rendered as double sided (backfaces are visible, I.E. you see the 'interior' of the model, rather than just the...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Implements a new .effects bit:

float EF_DOUBLESIDED = 32768;

The entity is rendered as double sided (backfaces are visible, I.E. you see the 'interior' of the model, rather than just the front), can be occasionally useful on transparent stuff.