Func viscluster

From Valve Developer Community
Revision as of 08:47, 9 April 2009 by TomEdwards (talk | contribs) (ty, but that's already covered)
Jump to navigation Jump to search

Template:Wrongtitle

A VVIS-optimising internal brush entity available in the Orange Box engine. It allows you to manually tell VVIS that the leaves inside its volume can all see each other, which is useful in large open areas where calculations would otherwise take a very, very long time to complete.

It should be textured with tools\toolstrigger.

Warning.pngWarning:The brush should not cross the surface of water. If it needs to, create a second, separate entity on the other side.
Note.pngNote:func_viscluster reduces compiling time by letting VVIS avoid calculations. It does not change the location or the number of leaves. Use Func_detail, Hint brushes and areaportals to optimise performance!