Fix default radiation amp (thought I did it already)

pull/323/head
Anthony Hall 2025-09-07 01:52:55 -07:00
rodzic 37702da954
commit aaa491b349
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -26,7 +26,7 @@ public:
std::vector<osci::EffectParameter*>{
new osci::EffectParameter("Radiation",
"Creates a crepuscular ray effect by adding noise. This slider controls the size of the rays. Looks best with higher sample rates.",
"radiationAmp", VERSION_HINT, 1.0, 0.0, 1.0),
"radiationAmp", VERSION_HINT, 0.5, 0.0, 1.0),
new osci::EffectParameter("Radiation Bias",
"Controls whether the rays appear to be radiating inward or outward.",
"radiationBias", VERSION_HINT, 0.8, -1.0, 1.0)