Free

From Valve Developer Community
Revision as of 11:44, 14 April 2008 by TomEdwards (talk | contribs) (definition)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

In game design, an free entity/effect/function/whatever is one that does not have any impact on performance at all. This is only the case when an operation would be carried out anyway, and rather than adding data, your actions only replace what already exists. The best example of this in Source are lightmaps.

See also