
8 Nov
2011
8 Nov
'11
9:18 p.m.
Hi all,
How many people are using other interpolators besides the "CubicBezierJohan" type? I've added a smoothness parameter that makes that one go gradually from linear to smooth bezier. But it would mean I would have to delete the other types. I think only the CubicBezierJohan and the Spiro interpolators are useful, right?
I can keep the CubicBezierJohan and Spiro interpolators, and add this smoothness parameter. But it would be useless for the Spiro interpolator. Unfortunately, it is not straightforward to gray-out this smoothness parameter if Spiro is chosen...
Thanks for input, Johan