Func viscluster: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
m (added subtitle)
Line 1: Line 1:
{{wrongtitle|title=func_viscluster}}
{{wrongtitle|title=func_viscluster}}


== Entity description ==
A brush entity that merges any [[visleaf|visleaves]] within it, developed for Episode Two's outdoor areas. It is a compile-time entity that is not accessible by the run-time engine.
A brush entity that merges any [[visleaf|visleaves]] within it, developed for Episode Two's outdoor areas. It is a compile-time entity that is not accessible by the run-time engine.



Revision as of 06:08, 26 January 2008

Template:Wrongtitle

Entity description

A brush entity that merges any visleaves within it, developed for Episode Two's outdoor areas. It is a compile-time entity that is not accessible by the run-time engine.

Place it in large, empty areas with long lines of sight to reduce compile times and BSP filesize, but take care to avoid the entire area rendering when just a small corner of the viscluster is visible. Use func_areaportal to control visibility in these situations.

One place where a viscluster can be safely used at all times is in open stretches of sky.