Func nav connection blocker: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
{{l4d2 brush|func_nav_connection_blocker}} It prevents vertical connections to be made through its volume during [[Nav generate|navmesh generation]].
{{lang|title=func_nav_connection_blocker}}
{{entity|func_nav_connection_blocker|type=e2|game=Left 4 Dead 2}} It prevents vertical connections to be made through its volume during [[Nav generate|navmesh generation]].


== Example ==
== Example ==

Revision as of 09:23, 24 January 2023

English (en)Translate (Translate)

Template:Entity It prevents vertical connections to be made through its volume during navmesh generation.

Example

It's used only in c5m5_bridge. You can see its brush like in the pictures below when convar nav_show_connectionblockers is 1 while round starts and the brush uses tools/toolstrigger texture. Blue lines in the pictures are connections going from upper areas to the lower ones.

Navmesh generated without func_nav_connection_blocker
Navmesh generated with func_nav_connection_blocker
Example showing func_nav_connection_blocker working correctly even with rotated brush models