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

Difference between revisions of "DP ENT ALPHA"

From Quake Wiki

(New page: New entity field: .float alpha; .alpha controls opacity of the entity, 0.0 is forced to be 1.0 (otherwise everything would be invisible), use -1 if you want to make something invisible, ...)
 
(No difference)

Latest revision as of 15:21, 28 February 2008

New entity field:

.float alpha;

.alpha controls opacity of the entity, 0.0 is forced to be 1.0 (otherwise everything would be invisible), use -1 if you want to make something invisible, 1.0 is solid (like normal).