Pikolo
Pikolo copied to clipboard
Support for Linear component
We now have the ability to create a Component with sufficient customisations. But however, the component has to be a circular arc. It can't be linear. We need to provide the ability to create a LINEAR component.
Now, my initial thought is to have a bendFactor parameter of range [0f,1f] where
{ 0f -> Linear,
1f -> Circular}