Func viscluster: Difference between revisions
Jump to navigation
Jump to search
Warning:The brush should not cross the surface of water. If it needs to, create a second, separate entity on the other side.
Note: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!
Note:This is very important, being able to cut a 1 and a half hour compile time into 10-15 minutes is incredibly useful!
TomEdwards (talk | contribs) No edit summary |
(added a note on compile time) |
||
Line 8: | Line 8: | ||
{{note|func_viscluster reduces compiling time by letting VVIS avoid calculations. It does '''not''' change the location or the number of leaves. Use [[Func_detail|Func_detail]], [[Hint_brush|Hint brushes]] and [[Areaportal|areaportals]] to [[Visibility optimization|optimise]] performance!}} | {{note|func_viscluster reduces compiling time by letting VVIS avoid calculations. It does '''not''' change the location or the number of leaves. Use [[Func_detail|Func_detail]], [[Hint_brush|Hint brushes]] and [[Areaportal|areaportals]] to [[Visibility optimization|optimise]] performance!}} | ||
{{note|This is very important, being able to cut a 1 and a half hour compile time into 10-15 minutes is incredibly useful!}} | |||
[[Category:Optimisation Brush Entities]] | [[Category:Optimisation Brush Entities]] |
Revision as of 05:27, 9 April 2009
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
.


