DinkydauSet / ExploreFractals

A tool for testing the effect of Mandelbrot set Julia morphings
GNU General Public License v3.0
5 stars 1 forks source link

zooming calls setGradientSpeed #28

Closed DinkydauSet closed 2 years ago

DinkydauSet commented 3 years ago

Zooming with the scrollwheel calls setGradientSpeed on the FractalParameters. That should not be necessary. Maybe more unnecessary functions are called.

DinkydauSet commented 2 years ago

This is because a copy of the FractalParameters is created to test the parameter change. The copying uses setGradientSpeed.