hi all,
I have a large range of values (0 to CAMERA_WIDTH * CAMERA_HEIGHT)
that my ofxIntSlider can take.
but the slider itself is too small to get any significant resolution in each step (even if i extended the slider across the whole screen).
is there a mathematical way to increase the resolution at lower values (say between 0 - 5000) and gradually reduce resolution in larger values?
The log graphs that we did in school come to mind, but this is does not suit me in this case i believe…
I need something that looks like an exponential function f(x)=x^y, which instead of skyrocketing, at the maximum value coincides with the result from the linear function f(x) = x. any ideas?
thank you