Level of detail

From Valve Developer Community
Revision as of 07:55, 10 August 2011 by Artfunkel (talk | contribs)
Jump to navigation Jump to search

Template:Otherlang2

Level of Detail (LOD) is the principle of storing low-detail versions of an asset in memory and switching to them when the object is small/distant. This reduces the amount of processing required at the cost of increased memory size.

Care should be taken to ensure that the player does not notice the "pop" between LODs.

LOD in Source