Pikolo icon indicating copy to clipboard operation
Pikolo copied to clipboard

Support for Linear component

Open thsaravana opened this issue 6 years ago • 0 comments

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}

thsaravana avatar May 29 '19 01:05 thsaravana