I have created an oval (2D), deformable by dragging, as elastic as rubber or jelly, able to collide with other rigid bodies and bounce. Now I can change its shape in some way by dragging the oval.
The problem I am facing now is that the oval doesn't deform in the way I want. The desired effect is that there is one point on the oval fixed when the user taps the oval and the user can then drag the oval resulting in it becoming longer and thinner (the total size of the ball does not change). The oval is supposed to stay in its initial position when this occurs.
Currently, I haven’t found a way for the oval to be fixed in a certain position when the stretching of its shape occurs.
Is there any way to achieve such an effect with LiquidFun? If so, do you have any advice on how to go about it? If not, I would be really grateful for any other suggestions.