jarcode-foss / glava

GLava - OpenGL audio spectrum visualizer
GNU General Public License v3.0
1.17k stars 59 forks source link

'radial' inverted by default #111

Closed Hideman85 closed 5 years ago

Hideman85 commented 5 years ago

Hello,

I just see that the radial vizualizer the sounds (right/letf) is inverted:

Proof

Try yourself: https://www.youtube.com/watch?v=1SbJc7W0-JI

Left

jarcode-foss commented 5 years ago

In radial.glsl there is #define INVERT 0 which you can change between 1 and 0.

However it looks like the default is inverted, which I did not notice! I will fix this in a later release.

Hideman85 commented 5 years ago

I don"t take a look to radial.glsl but only rc.glsl. But it work nice thank you!