Func areaportalwindow: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Another brush for this category)
No edit summary
Line 1: Line 1:
{{toc-right}}
{{toc-right}}


{{base brush|func_areaportalwindow}} It creates an [[areaportal]] that automatically closes as the camera moves away, fading a second, opaque brush in to fill the gap.
{{base brush|func_areaportalwindow}}  
 
==Entity description==
[[File:Toolsareaportal.gif|link=Areaportal|left]] It creates an [[areaportal]] that automatically closes as the camera moves away, fading a second, opaque brush in to fill the gap.


== See also ==


* [[Areaportal]]
* [[func_areaportal]]


== Keyvalues ==
== Keyvalues ==
Line 29: Line 29:


== Outputs ==
== Outputs ==
{{O Targetname}}
== See also ==


{{O Targetname}}
* [[Areaportal]] - Main article about Areaportals.
* [[func_areaportal]]


[[Category:Optimization Brush Entities]]
[[Category:Optimization Brush Entities]]

Revision as of 10:18, 8 May 2012

Template:Base brush

Entity description

Toolsareaportal.gif

It creates an areaportal that automatically closes as the camera moves away, fading a second, opaque brush in to fill the gap.


Keyvalues

Rendered Window <targetname>
The brush entity that fills the gap left by the portal when closed.
Fade Start Distance <int>
Fade End Distance <int>
Unit boundaries of the fadeout.
Translucency limit <normal>
Prevents the Rendered Window brush from ever going completely transparent. Useful if your rendered window uses an opaque glass material.
Foreground bmodel <targetname>
Optional brush entity that is drawn after the fading brush model. This model should have alpha in its textures so you can see through it.
Name (targetname) <string>[ Edit ]
The name that other entities refer to this entity by, via Inputs/Outputs or other keyvalues (e.g. parentname or target).
Also displayed in Hammer's 2D views and Entity Report.
See also:  Generic Keyvalues, Inputs and Outputs available to all entities

Inputs

SetFadeStartDistance <int>
SetFadeEndDistance <int>
The unit boundaries of the fadeout.


Outputs

See also