Shadow control: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (Removed incompleteness)
m (→‎Keyvalues: format)
Line 10: Line 10:
* {{kv angles}}
* {{kv angles}}


* '''Shadow Color'''
* '''color'''
: {{color}} The color of the shadows.
: {{color}} The color of the shadows.


* '''Maximum Distance'''
* '''distance'''
: The maximum distance the shadow is allowed to cast, in inches.
: <float> The maximum distance the shadow is allowed to cast, in inches.
 


==Inputs==
==Inputs==

Revision as of 17:04, 20 July 2006

Template:Wrongtitle

Entity Description

Shadow control.png

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

Keyvalues

  • color
#000000 The color of the shadows.
  • distance
<float> The maximum distance the shadow is allowed to cast, in inches.

Inputs

  • color #000000
Set the shadow color.
  • direction <vector>
Set the shadow direction.
  • SetDistance <float>
Set the maximum shadow cast distance.
Set the shadow direction.

Outputs