Template:KV BmNewLightShadowPasses: Difference between revisions
Jump to navigation
Jump to search
MyGamepedia (talk | contribs) (Created page with "{{KV|ShadowPass_Brush|intn=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 }} {{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. *0: YES *1: NO }} {{KV|ShadowPass_DynProp|intn=m_bSRO_DynProp|choices|Do we want to render dynamic models in shadow passes for this light ? *0: YES *1: NO}} {{KV|S...") |
MyGamepedia (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
<onlyinclude><!-- | |||
Purpose: | |||
We are using this template for one or multiple pages related to Black Mesa new light entities. These templates allows you to use the same text for entities that have many identical properties, without having to make the same changes for several pages separately. This template is also may used in some other templates. | |||
--> | |||
{{KV|ShadowPass_Brush|intn=m_bSRO_Brush|choices|Do we want to render world geometry in shadow passes for this light ? Doesn't affect bmodels. | {{KV|ShadowPass_Brush|intn=m_bSRO_Brush|choices|Do we want to render world geometry in shadow passes for this light ? Doesn't affect bmodels. | ||
*0: YES | *0: YES |
Revision as of 07:03, 8 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 disable 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