Template:KV BmNewLightShadowPasses: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 10: Line 10:
*1: NO
*1: NO
}}
}}
{{KV|ShadowPass_StaticProp|intn=m_bSRO_StaticProp|choices|Do we want to render prop_static in shadow passes for this light ? This also disable bmodels.
{{KV|ShadowPass_StaticProp|intn=m_bSRO_StaticProp|choices|Do we want to render prop_static in shadow passes for this light ? This also affect bmodels.
*0: YES
*0: YES
*1: NO
*1: NO
Line 17: Line 17:
*0: YES
*0: YES
*1: NO}}
*1: NO}}
{{KV|ShadowPass_AlphaTest|intn=m_bSRO__Trans|choices|Do we want to Render alpha tested objects in shadow passes for this light ?
{{KV|ShadowPass_AlphaTest|intn=m_bSRO__Trans|choices|Do we want to render alpha tested objects in shadow passes for this light ?
*0: YES
*0: YES
*1: NO}}
*1: NO}}

Revision as of 09:48, 21 January 2025


ShadowPass_Brush (m_bSRO_Brush) <choices>
Do we want to render world geometry in shadow passes for this light ? Doesn't affect bmodels.
  • 0: YES
  • 1: NO
ShadowPass_StaticProp (m_bSRO_StaticProp) <choices>
Do we want to render prop_static in shadow passes for this light ? This also affect bmodels.
  • 0: YES
  • 1: NO
ShadowPass_DynProp (m_bSRO_DynProp) <choices>
Do we want to render dynamic models in shadow passes for this light ?
  • 0: YES
  • 1: NO
ShadowPass_AlphaTest (m_bSRO__Trans) <choices>
Do we want to render alpha tested objects in shadow passes for this light ?
  • 0: YES
  • 1: NO