Template:KV BmGodraysFancy: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 75: Line 75:
}}
}}
}}
}}
{{KV|RotSpeed|intn=RotSpeed|float|Rotating speed of fancy godrays, 0 means don't rotate, with negative number it will rotate to left.
{{KV|RotSpeed|intn=RotSpeed|float|Rotating speed of fancy godrays, 0 means don't rotate, with negative number it will rotate to left. [https://youtu.be/t_berHAL_rw Examples] (link to a video that showcase different values).
:{{expand|title=Examples|
<gallery mode=packed heights=370px>
File:cRS1.gif| thumb | left | 510px | RotSpeed - 3.14
File:cRS2.gif| thumb | left | 510px | RotSpeed - 0
File:cRS3.gif| thumb | left | 510px | RotSpeed - 40
</gallery>
}}
}}
{{KV|RotPatternFreq|intn=RotPatternFreq|integer|Count of fancy godrays, with negative number will deny RotSpeed +/- effect.
:{{expand|title=Examples|
<gallery mode=packed heights=370px>
File:cRPF1.gif| thumb | left | 510px | RotPatternFreq - -40
File:cRPF2.gif| thumb | left | 510px | RotPatternFreq - -4
</gallery>
}}
}}
{{KV|RotPatternFreq|intn=RotPatternFreq|integer|Count of fancy godrays, with negative number will deny RotSpeed +/- effect. [https://youtu.be/scrn2trPyQY Examples] (link to a video that showcase different values).
}}
}}
{{KV|m_fAlphaDiskInner|intn=m_fAlphaDiskInner|float|{{todo|}}}}
{{KV|m_fAlphaDiskInner|intn=m_fAlphaDiskInner|float|{{todo|}}}}

Revision as of 02:07, 18 January 2025


GodRaysType (GodRaysType) <choices>
Sets godrays type, normal or fancy.
  • 0: Normal
  • 1: Fancy
Examples
RenderInWorldSpace (m_bEnableWorldSpace) <choices>
Disables disks if this enabled.
  • 0: Disabled
  • 1: Enabled
Confirm:Does it affect anything else ?
Ell_FR_ConstA (Ell_FR_ConstA) <float>
This is fancy godrays disk size.
Examples
Ell_FR_ConstB (Ell_FR_ConstB) <float>
This is fancy godrays disk distortion.
Examples
EEll_SR_ConstA (EEll_SR_ConstA) <float>
This is fancy godrays disk hole size.
Examples
EEll_SR_ConstB (EEll_SR_ConstB) <float>
This is fancy godrays disk hole distortion.
Examples
Ell_RRF_ConstA (Ell_RRF_ConstA) <float>
This is fancy godrays inner size.
Examples


Ell_RRF_ConstB (Ell_RRF_ConstB) <float>
This is fancy godrays inner distortion.
Examples
RotSpeed (RotSpeed) <float>
Rotating speed of fancy godrays, 0 means don't rotate, with negative number it will rotate to left. Examples (link to a video that showcase different values).
RotPatternFreq (RotPatternFreq) <integer>
Count of fancy godrays, with negative number will deny RotSpeed +/- effect. Examples (link to a video that showcase different values).
m_fAlphaDiskInner (m_fAlphaDiskInner) <float>
[Todo]
m_fAlphaDiskOuter (m_fAlphaDiskOuter) <float>
[Todo]
UseToneMapRays (m_bUseToneMapRays) <choices>
  • 0: Enabled
  • 1: Disabled
Confirm:Deprecated.
UseToneMapDisk (m_bUseToneMapDisk) <choices>
  • 0: Enabled
  • 1: Disabled
Confirm:Deprecated.