Template:KV BmGodraysFancy: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 79: Line 79:
{{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|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|Alpha inner value for disk. Doesn't work.|deprecated=1}}
{{KV|m_fAlphaDiskOuter|intn=m_fAlphaDiskOuter|float|{{todo|}}}}
{{KV|m_fAlphaDiskOuter|intn=m_fAlphaDiskOuter|float|Alpha outer value for disk. Doesn't work.|deprecated=1}}
{{KV|UseToneMapRays|intn=m_bUseToneMapRays|choices|
{{KV|UseToneMapRays|intn=m_bUseToneMapRays|choices|Sets [[Env tonemap controller|tonemap]] state for rays, enabled or disabled. Doesn't work.
*0: Enabled
*0: Enabled
*1: Disabled
*1: Disabled
{{ModernConfirm|Deprecated.}}
|deprecated=1}}
}}
{{KV|UseToneMapDisk|intn=m_bUseToneMapDisk|choices|Sets [[Env tonemap controller|tonemap]] state for disk, enabled or disabled. Doesn't work.
{{KV|UseToneMapDisk|intn=m_bUseToneMapDisk |choices|
*0: Enabled
*0: Enabled
*1: Disabled
*1: Disabled
{{ModernConfirm|Deprecated.}}
|deprecated=1}}
}}

Revision as of 10:34, 6 February 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> Obsolete
Deprecated.
Alpha inner value for disk. Doesn't work.
m_fAlphaDiskOuter (m_fAlphaDiskOuter) <float> Obsolete
Deprecated.
Alpha outer value for disk. Doesn't work.
UseToneMapRays (m_bUseToneMapRays) <choices> Obsolete
Deprecated.
Sets tonemap state for rays, enabled or disabled. Doesn't work.
  • 0: Enabled
  • 1: Disabled
UseToneMapDisk (m_bUseToneMapDisk) <choices> Obsolete
Deprecated.
Sets tonemap state for disk, enabled or disabled. Doesn't work.
  • 0: Enabled
  • 1: Disabled