Decal deletion queue: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
mNo edit summary
Mblackwell (talk | contribs)
mNo edit summary
Line 1: Line 1:
The decal creation queue is an array that exists in memory containing a list of all [[sprite id]]s marked as safe to delete.  This is typically used with pools of blood, bullet holes, et cetera. The total number of active decal is [[qsize]].
The decal creation queue is an array that exists in memory containing a list of all [[sprite id]]s marked as safe to delete.  This is typically used with pools of blood, bullet holes, et cetera. The total number of active decals is defined by [[QSIZE]].

Revision as of 01:12, 9 December 2007

The decal creation queue is an array that exists in memory containing a list of all sprite ids marked as safe to delete. This is typically used with pools of blood, bullet holes, et cetera. The total number of active decals is defined by QSIZE.