Func nav connection blocker: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
(-added example)
Line 1: Line 1:
{{l4d2 brush|func_nav_connection_blocker}} It prevents vertical connections to be made through its volume during [[navmesh]] generation.
{{l4d2 brush|func_nav_connection_blocker}} 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 {{ent|Tool textures|alt=tools/toolstrigger}} texture. Blue lines in the pictures are connections going from upper areas to the lower ones.
[[Image:Nav connection blocker effects 0.png|thumb|left|600px|caption|Navmesh generated without func_nav_connection_blocker]]
[[Image:Func nav connection blocker effect 1.png|thumb|left|600px|caption|Navmesh generated with func_nav_connection_blocker]]

Revision as of 03:00, 29 September 2022

Template:L4d2 brush 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