Template:KV Shadow: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Cleanup and new keyvalues)
(Added some FGD information)
Line 1: Line 1:
{{ScrollBox|title=Shadow|
{{ScrollBox|title=Shadow|
{{KV|Disable shadows|boolean|Prevent the entity from creating cheap render-to-texture shadows. Does not affect [[shadow mapping]].}}
{{KV|Disable shadows (disableshadows)|boolean|Prevent the entity from creating cheap render-to-texture shadows. Does not affect [[shadow mapping]].}}
{{KV|Disable ShadowDepth|boolean|Used to disable rendering into shadow depth (for [[env_projectedtexture|projected textures]]) for this entity.|since=P2}}
{{KV|Disable ShadowDepth (disableshadowdepth)|boolean|Used to disable rendering into shadow depth (for [[env_projectedtexture|projected textures]]) for this entity.|since=P2}}
{{KV|Projected Texture Cache|choices|Used to hint [[env_projectedtexture|projected texture system]] whether it is sufficient to cache shadow volume of this entity or to force render it every frame instead.|since=P2}}
{{KV|Projected Texture Cache (shadowdepthnocache)|choices|Used to hint [[env_projectedtexture|projected texture system]] whether it is sufficient to cache shadow volume of this entity or to force render it every frame instead.|since=P2}}
:* 0 : Default
:* 0 : Default
:* 1 : No cache - render every frame
:* 1 : No cache - render every frame
:* 2 : Cache it - render only once
:* 2 : Cache it - render only once
{{KV|Disable flashlight|boolean|Used to disable [[env_projectedtexture|projected texture]] lighting and shadows on this entity.|since=P2}}
{{KV|Disable flashlight (disableflashlight)|boolean|Used to disable [[env_projectedtexture|projected texture]] lighting and shadows on this entity.|since=P2}}
}}<noinclude>
}}<noinclude>
[[Category:Keyvalue Templates|Shadow]]
[[Category:Keyvalue Templates|Shadow]]
</noinclude>
</noinclude>

Revision as of 21:41, 30 May 2019

Shadow:
Disable shadows (disableshadows) ([todo internal name (i)]) <boolean>
Prevent the entity from creating cheap render-to-texture shadows. Does not affect shadow mapping.
Disable ShadowDepth (disableshadowdepth) ([todo internal name (i)]) <boolean> (in all games since Portal 2)
Used to disable rendering into shadow depth (for projected textures) for this entity.
Projected Texture Cache (shadowdepthnocache) ([todo internal name (i)]) <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) ([todo internal name (i)]) <boolean> (in all games since Portal 2)
Used to disable projected texture lighting and shadows on this entity.