Template:KV Shadow: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (Fix internal names)
m (Added Template:Lang)
Line 1: Line 1:
<noinclude>{{lang|Template:KV Shadow}}</noinclude>
{{ScrollBox|title=Shadow|
{{ScrollBox|title=Shadow|
{{KV|Disable Shadows|intn=disableshadows|boolean|Prevents the entity from creating cheap render-to-texture shadows, or lightmap shadows if the entity is a {{ent|prop_static}}. Does not affect [[shadow mapping]].}}
{{KV|Disable Shadows|intn=disableshadows|boolean|Prevents the entity from creating cheap render-to-texture shadows, or lightmap shadows if the entity is a {{ent|prop_static}}. Does not affect [[shadow mapping]].}}

Revision as of 23:10, 2 October 2021

Shadow:
Disable Shadows (disableshadows) <boolean>
Prevents the entity from creating cheap render-to-texture shadows, or lightmap shadows if the entity is a prop_static. Does not affect shadow mapping.
Disable ShadowDepth (disableshadowdepth) <boolean> (in all games since Portal 2)
Used to disable rendering into shadow depth (for projected textures) for this entity.
Projected Texture Cache (shadowdepthnocache) <choices> (in all games since Portal 2)
Used to hint projected texture system whether it is sufficient to cache shadow volume of this entity or to force render it every frame instead.
  • 0 : Default
  • 1 : No cache - render every frame
  • 2 : Cache it - render only once
Disable flashlight (disableflashlight) <boolean> (in all games since Portal 2)
Used to disable projected texture lighting and shadows on this entity.