Cl interp all: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 3: Line 3:


This cvar controls some code optimisations for running client side prediction. When set to 0 the optimisation is run and only the set of entities that need interpolation are considered. When set to 1 (or any non zero value) the old behavior is run, where every entity the client knows about is considered for interpolation.
This cvar controls some code optimisations for running client side prediction. When set to 0 the optimisation is run and only the set of entities that need interpolation are considered. When set to 1 (or any non zero value) the old behavior is run, where every entity the client knows about is considered for interpolation.
==See also==
[http://developer.valvesoftware.com/wiki/Image:Cl_interp_all.png Alfred Reynolds explains cl_interp_all]

Revision as of 04:19, 7 December 2005

Template:Wrongtitle

This cvar controls some code optimisations for running client side prediction. When set to 0 the optimisation is run and only the set of entities that need interpolation are considered. When set to 1 (or any non zero value) the old behavior is run, where every entity the client knows about is considered for interpolation.

See also

Alfred Reynolds explains cl_interp_all