Env lightglow: Difference between revisions
Jump to navigation
Jump to search
Note:This entity does not have Enable/Disable inputs. Using the
Note:This file will be cached inside of saves, regardless of if the map has had the entity deleted in a new compile.
ReverendV92 (talk | contribs) (Added note about edge-case behavior with saves & BSP changes.) |
mNo edit summary |
||
Line 1: | Line 1: | ||
{{lang|Env lightglow}} | {{lang|Env lightglow}} | ||
[[File:env_lightglow.jpg|thumb|300px|right|<code>env_lightglow</code> used in a tunnel to create an illusion of overwhelming brightness at the end of the tunnel.]] | [[File:env_lightglow.jpg|thumb|300px|right|<code>env_lightglow</code> used in a tunnel to create an illusion of overwhelming brightness at the end of the tunnel.]] | ||
{{ | {{point ent|env_lightglow|type=e1}} It puts an additive glow in the world, mostly used over light sources and other locations where a glow would look natural (tunnels, caves, dark buildings, etc). It's main difference from {{ent|env_sprite}} is it's ability to appear in a configurable distance. | ||
{{note|This entity does not have Enable/Disable inputs. Using the <code>Color</code> input with a parameter of 0 0 0 will hide it, as a workaround.}} | {{note|This entity does not have Enable/Disable inputs. Using the <code>Color</code> input with a parameter of 0 0 0 will hide it, as a workaround.}} |
Revision as of 06:56, 8 January 2023
Template:Point ent It puts an additive glow in the world, mostly used over light sources and other locations where a glow would look natural (tunnels, caves, dark buildings, etc). It's main difference from env_sprite is it's ability to appear in a configurable distance.

Color
input with a parameter of 0 0 0 will hide it, as a workaround.
Flags
- 1: Visible only from front
Keyvalues
- Horizontal Size (HorizontalGlowSize) ([todo internal name (i)]) <integer>
- Horizontal glow size in units.
- Minimum Distance (MinDist) ([todo internal name (i)]) <integer>
- The distance at which this effect will be fully translucent.
- Maximum Distance (MaxDist) ([todo internal name (i)]) <integer>
- The distance at which this effect will be at full intensity.
- Outer Maximum Distance (OuterMaxDist) ([todo internal name (i)]) <integer>
- If larger than the maximum distance, this is the length at which the glow will fade completely out, between the span of the maximum distance and this length.
- Glow Proxy Geometry Size (0-64) (GlowProxySize) ([todo internal name (i)]) <float>
- Size of the glow to be rendered for visibility testing. Any time a sphere of this radius would be visible (poking through any nearby geometry), the glow will be rendered.
- HDR color scale (HDRColorScale) ([todo internal name (i)]) <float>
- Color multiplier for players using HDR.
Inputs
- Color <color255 >
- Change the render color of the glow. A value of 0 0 0 will hide the sprite.