Shadow control: Difference between revisions
Jump to navigation
Jump to search
Confirm:Obsolete in
? Possibly replaced by env_cascade_light.
Deprecated (talk | contribs) (Added non-SmartEdit names, removed unnecessary Skybox lighting template, added See Also section) |
Deprecated (talk | contribs) (Added Left 4 Dead keyvalue and input) |
||
Line 7: | Line 7: | ||
{{map_properties}} | {{map_properties}} | ||
{{clr}} | {{clr}} | ||
{{confirm|Obsolete in {{csgo}}? Possibly replaced by | {{confirm|Obsolete in {{csgo}}? Possibly replaced by {{ent|env_cascade_light}}.}} | ||
== Keyvalues == | == Keyvalues == | ||
Line 16: | Line 16: | ||
: {{tip|Shortening this distance can be used to approximate the effects of diffuse [[lighting]].}}}} | : {{tip|Shortening this distance can be used to approximate the effects of diffuse [[lighting]].}}}} | ||
{{KV|All Shadows Disabled (disableallshadows)|boolean|Disable shadows entirely.}} | {{KV|All Shadows Disabled (disableallshadows)|boolean|Disable shadows entirely.}} | ||
{{KV|Enable Local Light Shadows (enableshadowsfromlocallights)|boolean|Enable shadow direction to be calculated on a per-entity basis and to be dictated by the light closest to the entity.|since=L4D}} | |||
{{KV Targetname}} | {{KV Targetname}} | ||
Line 24: | Line 25: | ||
{{IO|SetAngles|Set the shadow direction.|param=string}} | {{IO|SetAngles|Set the shadow direction.|param=string}} | ||
{{IO|SetShadowsDisabled|Set shadows disabled state.|param=integer}} | {{IO|SetShadowsDisabled|Set shadows disabled state.|param=integer}} | ||
{{IO|SetShadowsFromLocalLightsEnabled|Set local light shadows enabled state.|param=integer|since=L4D}} | |||
{{I Targetname}} | {{I Targetname}} | ||
Revision as of 08:03, 4 June 2019
Template:Base point It defines the direction, color and attenuation distance of the dynamic shadows created by light_environment for the entire map.


Keyvalues
- Pitch Yaw Roll (Y Z X) (angles) <QAngle>
- This entity's orientation in the world. Pitch is rotation around the Y axis, yaw is the rotation around the Z axis, roll is the rotation around the X axis.
Tip:Pitch is the sun's angle of elevation from the ground, and yaw is its compass bearing.
- Maximum Distance (distance) ([todo internal name (i)]) <float>
- This is the maximum distance the shadow is allowed to cast, in inches.
Tip:Shortening this distance can be used to approximate the effects of diffuse lighting.
- All Shadows Disabled (disableallshadows) ([todo internal name (i)]) <boolean>
- Disable shadows entirely.
- Enable Local Light Shadows (enableshadowsfromlocallights) ([todo internal name (i)]) <boolean> (in all games since
)
- Enable shadow direction to be calculated on a per-entity basis and to be dictated by the light closest to the entity.
- 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
- color <color255 >
- Set the shadow color.
- direction <vector >
- Set the shadow direction.
- SetDistance <float >
- Set the maximum shadow cast distance.
- SetAngles <string >
- Set the shadow direction.
- SetShadowsDisabled <integer >
- Set shadows disabled state.
- SetShadowsFromLocalLightsEnabled <integer > (in all games since
)
- Set local light shadows enabled state.