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

Difference between revisions of "DP EF DOUBLESIDED"

From Quake Wiki

(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...)
 
(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...)
 
(No difference)

Latest revision as of 15:14, 28 February 2008

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.