Shadow control: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Formatted the page according to the entity template)
No edit summary
Line 1: Line 1:
==Entity Description==
==Entity Description==
An entity to control shadows in the map.
Controls dynamic projected shadows (produced by player models, NPCs, and physics props) in the entire map.


==Keyvalues==
==Keyvalues==

Revision as of 12:06, 25 December 2005

Entity Description

Controls dynamic projected shadows (produced by player models, NPCs, and physics props) in the entire map.

Keyvalues

  • Shadow Color
#000000 The color of the shadows.
  • Maximum Distance
The maximum distance the shadow is allowed to cast, in inches.


Inputs

  • color
#000000 Set the shadow color.
  • direction
Set the shadow direction.
  • SetDistance
Set the maximum shadow cast distance.
  • SetAngles
Set the shadow direction.

Outputs

See Also

  • Add links to related articles, entities, or tutorials here.