MAX TRACE LENGTH: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
Line 5: Line 5:
==See Also==
==See Also==
* [[COORD_EXTENT]]
* [[COORD_EXTENT]]
* [[TraceLines]]
* [[UTIL_TraceLine|TraceLines]]
[[Category:Constants]]
[[Category:Constants]]

Revision as of 18:51, 9 April 2011

Template:Wrongtitle MAX_TRACE_LENGTH is the maximum traceable distance (assumes cubic world and trace from one corner to opposite).

#define MAX_TRACE_LENGTH ( 1.732050807569 * COORD_EXTENT )

See Also