Template:KV Shadow: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 1: Line 1:
{{ScrollBox|title=Shadow|
{{ScrollBox|title=Shadow|
; Disable shadows <code><[[Bool]]></code>
; Disable shadows <code><[[bool]]></code>
: Prevent the entity from creating cheap render-to-texture shadow. Does not affect [[shadow mapping]].  
: Prevent the entity from creating cheap render-to-texture shadows. Does not affect [[shadow mapping]].  
}}
}}

Revision as of 02:47, 20 July 2009

Shadow:
Disable shadows <bool>
Prevent the entity from creating cheap render-to-texture shadows. Does not affect shadow mapping.