exeldro / obs-shaderfilter

OBS Studio filter for applying an arbitrary shader to a source.
GNU General Public License v2.0
377 stars 39 forks source link

Extreme decimal places for inputs on all shaders #13

Closed GlintsMassiveDetails closed 10 months ago

GlintsMassiveDetails commented 1 year ago

Most shaders have decimal spaces up to .000000 , making changing by the sliders too extreme and changing by scroll wheel too gradual. Its currently way too easy to accidentally remove the decimal and tell OBS you want a 8000000 strength shader when all you wanted was 8. Not sure if this an installation issue or not.

exeldro commented 1 year ago

converting the shaders to have a min and max values and step size is work in progress at the moment

exeldro commented 10 months ago

the min and max values and step size is set for most shaders now