Cl interp all: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 2: | Line 2: | ||
{{wrongtitle|title=cl_interp_all}} | {{wrongtitle|title=cl_interp_all}} | ||
This | This [[ConVar]] controls some code optimizations for running client-side prediction. When set to '''0''', the optimization is run; only the set of entities that need [[interpolation]] are considered. When set to a nonzero value, the old behavior is run, where every networked entity is considered for [[interpolation]]. | ||
==See also== | ==See also== | ||
[http://developer.valvesoftware.com/wiki/Image:Cl_interp_all.png Alfred Reynolds explains cl_interp_all] | [http://developer.valvesoftware.com/wiki/Image:Cl_interp_all.png Alfred Reynolds explains cl_interp_all] |
Revision as of 07:31, 7 December 2005
This ConVar controls some code optimizations for running client-side prediction. When set to 0, the optimization is run; only the set of entities that need interpolation are considered. When set to a nonzero value, the old behavior is run, where every networked entity is considered for interpolation.