Template:I Shadow: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
(Cleanup and new inputs)
Line 1: Line 1:
{{ScrollBox|title=Shadow|
{{ScrollBox|title=Shadow|
; EnableShadow
{{IO|DisableShadow|Turn shadow off.}}
; DisableShadow
{{IO|EnableShadow|Turn shadow on.}}
: Control the entity's cheap render-to-texture shadow. Does not affect [[env_projectedtexture|shadow mapping]].
{{IO|DisableReceivingFlashlight|This object will not receive light or shadows from [[env_projectedtexture|projected textures]].|since=P2}}
}}
{{IO|EnableReceivingFlashlight|This object may receive light or shadows from [[env_projectedtexture|projected textures]].|since=P2}}
}}<noinclude>
[[Category:Input Templates|Shadow]]
</noinclude>

Revision as of 12:08, 9 June 2011

Shadow:
DisableShadow
Turn shadow off.
EnableShadow
Turn shadow on.
DisableReceivingFlashlight  (in all games since Portal 2)
This object will not receive light or shadows from projected textures.
EnableReceivingFlashlight  (in all games since Portal 2)
This object may receive light or shadows from projected textures.