Func viscluster: Difference between revisions
Jump to navigation
Jump to search
Note:This entity does not change the location of or number of leaves in a map. See Visibility optimization for how to do this.
Warning:The brush should not cross the surface of a water material. If it really does need to, create a second, separate entity on the other side.
Bug:A viscluster will appear to be merging leaves inside its volume together in Hammer's visleaf preview (Map > Load Portal File). This is not actually happening! [todo tested in ?]
TomEdwards (talk | contribs) m (templated) |
TomEdwards (talk | contribs) (noted Hammer bug) |
||
Line 1: | Line 1: | ||
{{Base brush ep2}} It | {{Base brush ep2|func_viscluster|internal=true}} It allows you to manually tell [[VVIS]] that the [[visleaf|leaves]] inside its volume can all see each other. This is useful in large open areas where visibility calculations would otherwise take a very, ''very'' long time to complete. It should be textured with <code>tools\toolstrigger</code>. | ||
This entity does '''not''' change the location or number of leaves. See [[Visibility optimization]] to | {{note|This entity does '''not''' change the location of or number of leaves in a map. See [[Visibility optimization]] for how to do this.}} | ||
{{warning|The brush should not cross the surface of [[Water (shader)|water]]. If it | {{warning|The brush should not cross the surface of a [[Water (shader)|water material]]. If it really does need to, create a second, separate entity on the other side.}} | ||
{{bug|A viscluster will appear to be merging leaves inside its volume together in Hammer's visleaf preview (''Map > Load Portal File''). This is not actually happening!}} | |||
[[Category:Optimisation Brush Entities]] | [[Category:Optimisation Brush Entities]] | ||
Revision as of 02:23, 10 August 2009
Template:Base brush ep2 It allows you to manually tell VVIS that the leaves inside its volume can all see each other. This is useful in large open areas where visibility calculations would otherwise take a very, very long time to complete. It should be textured with tools\toolstrigger
.


