pskink / matrix_gesture_detector

A gesture detector mapping translation/rotation/scale gestures to a Matrix4 object.
Other
134 stars 101 forks source link

Scaling too small can cause the matrix to be filled with NaN #4

Open dfmiller opened 4 years ago

zenkog commented 4 years ago

Then why not limit the scale?

bigirishlion commented 2 years ago

@zenkog How do you recommend limiting the scale?

amirVirtuenetz commented 1 year ago

@zenkog the similar issue i am facing also how can i set the minimum scale , so the widget cannot be scale down as the minimum scale set?