I was hoping that switching the center parameter's keys to smooth interpolation would result in a smooth change of direction in a zoom animation. A gentle, natural-looking curve instead of an abrupt turn-on-a-dime. But the interpolation settings don’t seem to have any effect. It's always the same sharp turn halfway through.

Smooth interpolation:

63e0316a5eb09.png
63e0316a5ef21.gif

Linear interpolation:

63e0319a18fe1.png
63e031b295e14.gif

No interpolation:

63e031d0101dc.png
63e0324649255.gif

I was hoping that switching the center parameter's keys to smooth interpolation would result in a smooth change of direction in a zoom animation. A gentle, natural-looking curve instead of an abrupt turn-on-a-dime. But the interpolation settings don’t seem to have any effect. It's always the same sharp turn halfway through. Smooth interpolation: ![63e0316a5eb09.png](serve/attachment&path=63e0316a5eb09.png) ![63e0316a5ef21.gif](serve/attachment&path=63e0316a5ef21.gif) Linear interpolation: ![63e0319a18fe1.png](serve/attachment&path=63e0319a18fe1.png) ![63e031b295e14.gif](serve/attachment&path=63e031b295e14.gif) No interpolation: ![63e031d0101dc.png](serve/attachment&path=63e031d0101dc.png) ![63e0324649255.gif](serve/attachment&path=63e0324649255.gif)

http://www.youtube.com/fractalzooms

 
0
reply

Hi Eric,

I'm sorry for the late response! I find this very curious as well. Can you share the parameter set so I can have a look myself?

Hi Eric, I'm sorry for the late response! I find this very curious as well. Can you share the parameter set so I can have a look myself?

Ultra Fractal author

 
0
reply

Thanks Frederik.

01MiddleKeyCenterSmooth {
fractal:
  title="01 middle key center smooth" width=640 height=180 layers=1
  antialiasing=yes
layer:
  caption="Background" opacity=100
mapping:
  center="-0.5/0@#0SS-1.96961505275/-0.0012317513@#7840NN0.6/-0.03@#15\
  840" magn="1@#0LL1.9791062@#7840LL4@#15840E"
formula:
  maxiter=100 filename="Standard.ufm" entry="Mandelbrot" p_start=0/0
  p_power=2/0 p_bailout=4
inside:
  transfer=none
outside:
  transfer=linear
gradient:
  smooth=yes index=0 color=8716288 index=100 color=16121855 index=200
  color=46591 index=300 color=156
opacity:
  smooth=no index=0 opacity=255
}
02MiddleKeyCenterLinear {
fractal:
  title="02 middle key center linear" width=640 height=180 layers=1
  antialiasing=yes
layer:
  caption="Background" opacity=100
mapping:
  center="-0.5/0@#0SL-1.96961505275/-0.0012317513@#7840LL0.6/-0.03@#15\
  840" magn="1@#0LL1.9791062@#7840LL4@#15840E"
formula:
  maxiter=100 filename="Standard.ufm" entry="Mandelbrot" p_start=0/0
  p_power=2/0 p_bailout=4
inside:
  transfer=none
outside:
  transfer=linear
gradient:
  smooth=yes index=0 color=8716288 index=100 color=16121855 index=200
  color=46591 index=300 color=156
opacity:
  smooth=no index=0 opacity=255
}
03MiddleKeyCenterNone {
fractal:
  title="03 middle key center none" width=640 height=180 layers=1
  antialiasing=yes
layer:
  caption="Background" opacity=100
mapping:
  center="-0.5/0@#0NN-1.96961505275/-0.0012317513@#7840SL0.6/-0.03@#15\
  840" magn="1@#0LL1.9791062@#7840LL4@#15840E"
formula:
  maxiter=100 filename="Standard.ufm" entry="Mandelbrot" p_start=0/0
  p_power=2/0 p_bailout=4
inside:
  transfer=none
outside:
  transfer=linear
gradient:
  smooth=yes index=0 color=8716288 index=100 color=16121855 index=200
  color=46591 index=300 color=156
opacity:
  smooth=no index=0 opacity=255
}
Thanks Frederik. ```` 01MiddleKeyCenterSmooth { fractal: title="01 middle key center smooth" width=640 height=180 layers=1 antialiasing=yes layer: caption="Background" opacity=100 mapping: center="-0.5/0@#0SS-1.96961505275/-0.0012317513@#7840NN0.6/-0.03@#15\ 840" magn="1@#0LL1.9791062@#7840LL4@#15840E" formula: maxiter=100 filename="Standard.ufm" entry="Mandelbrot" p_start=0/0 p_power=2/0 p_bailout=4 inside: transfer=none outside: transfer=linear gradient: smooth=yes index=0 color=8716288 index=100 color=16121855 index=200 color=46591 index=300 color=156 opacity: smooth=no index=0 opacity=255 } ```` ```` 02MiddleKeyCenterLinear { fractal: title="02 middle key center linear" width=640 height=180 layers=1 antialiasing=yes layer: caption="Background" opacity=100 mapping: center="-0.5/0@#0SL-1.96961505275/-0.0012317513@#7840LL0.6/-0.03@#15\ 840" magn="1@#0LL1.9791062@#7840LL4@#15840E" formula: maxiter=100 filename="Standard.ufm" entry="Mandelbrot" p_start=0/0 p_power=2/0 p_bailout=4 inside: transfer=none outside: transfer=linear gradient: smooth=yes index=0 color=8716288 index=100 color=16121855 index=200 color=46591 index=300 color=156 opacity: smooth=no index=0 opacity=255 } ```` ```` 03MiddleKeyCenterNone { fractal: title="03 middle key center none" width=640 height=180 layers=1 antialiasing=yes layer: caption="Background" opacity=100 mapping: center="-0.5/0@#0NN-1.96961505275/-0.0012317513@#7840SL0.6/-0.03@#15\ 840" magn="1@#0LL1.9791062@#7840LL4@#15840E" formula: maxiter=100 filename="Standard.ufm" entry="Mandelbrot" p_start=0/0 p_power=2/0 p_bailout=4 inside: transfer=none outside: transfer=linear gradient: smooth=yes index=0 color=8716288 index=100 color=16121855 index=200 color=46591 index=300 color=156 opacity: smooth=no index=0 opacity=255 } ````

http://www.youtube.com/fractalzooms

 
0
reply
33
views
2
replies
2
followers
live preview
Enter at least 10 characters.
WARNING: You mentioned %MENTIONS%, but they cannot see this message and will not be notified
Saving...
Saved
All posts under this topic will be deleted ?
Pending draft ... Click to resume editing
Discard draft