Func areaportalwindow: Difference between revisions
Jump to navigation
Jump to search
m (Robot: fixing template case.) |
TomEdwards (talk | contribs) (cleaned) |
||
Line 1: | Line 1: | ||
{{ | {{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. | |||
== See also == | |||
* [[Areaportal]] | |||
* [[ | |||
* [[func_areaportal]] | * [[func_areaportal]] | ||
== Keyvalues == | == Keyvalues == | ||
; Rendered Window <code><[[targetname]]></code> | |||
: | : The [[brush entity]] that fills the gap left by the portal when closed. | ||
; Fade Start Distance <code><int></code> | |||
; Fade End Distance <code><int></code> | |||
: [[Unit]] boundaries of the fadeout. | |||
: | ; Translucency limit <code><[[normal]]></code> | ||
: Prevents the ''Rendered Window'' brush from ever going completely transparent. | |||
; Foreground bmodel <code><targetname></code> | |||
: 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. | |||
: | {{KV Targetname}} | ||
== Inputs == | == Inputs == | ||
; <code>SetFadeStartDistance <[[int]]></code> | |||
; <code>SetFadeEndDistance <int></code> | |||
: The [[unit]] boundaries of the fadeout. | |||
{{I Targetname}} | |||
== Outputs == | == Outputs == | ||
{{O Targetname}} |
Revision as of 15:55, 15 November 2009
Template:Base brush It creates an areaportal that automatically closes as the camera moves away, fading a second, opaque brush in to fill the gap.
See also
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.
- 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
ortarget
).
Also displayed in Hammer's 2D views and Entity Report.See also: Generic Keyvalues, Inputs and Outputs available to all entities
Inputs