Func viscluster: Difference between revisions
Jump to navigation
Jump to search
m (categorized & still lacks rest of entity information (Keyvalues, Flags, I/O...)) |
|||
Line 2: | Line 2: | ||
== Entity description == | == Entity description == | ||
A VIS optimisation brush entity. It appears to tell [[Vvis|VVIS]] that all leaves within its volume can see each other, | A VIS optimisation brush entity. It appears to tell [[Vvis|VVIS]] that all leaves within its volume can see each other. This can greatly reduce the time [[Vvis|VVIS]] takes when compiling a map. It is only useful when used on large, open areas, where large areas of a map can be seen at once. | ||
Even though it reduces compiling time, it '''does not''' help to optimise your map. You should attempt to optimise your map first, with proper usage of [[Func_detail|Func_detail]], [[Hint_brush|Hint brushes]] and [[Areaportal|areaportals]]. | |||
<!-- Help by inserting content here! | <!-- Help by inserting content here! |
Revision as of 13:03, 7 February 2008
Entity description
A VIS optimisation brush entity. It appears to tell VVIS that all leaves within its volume can see each other. This can greatly reduce the time VVIS takes when compiling a map. It is only useful when used on large, open areas, where large areas of a map can be seen at once.
Even though it reduces compiling time, it does not help to optimise your map. You should attempt to optimise your map first, with proper usage of Func_detail, Hint brushes and areaportals.