comodoro / FractalZoo

Open source Android fractal application
GNU General Public License v3.0
9 stars 15 forks source link

Translation and scaling behave strangely somewhere #15

Open comodoro opened 5 years ago

comodoro commented 5 years ago

Not corresponding to touches

TermanEmil commented 5 years ago

It seems that the Translation depends on the distance from the center of the screen.

If you try to translate it from the corner of the screen, the image will travel much further

comodoro commented 5 years ago

You are right! Now to find out what is the reason, because I think some fractals behaved more or less correctly. It may be the view that displays the shaders or the shaders themselves.