problem with scale resetting every time !
in
Android Processing
•
1 year ago
I know that If
scale
() is called within draw(), the transformation is
reset
when the loop begins again and I exactly have problem with it ! I got multi touch set up and I could scale the first time without problem , but when I want to do it for second time , the transformation is reset ! how could I solve the problem ?
how could I save the previous scale and make sure that it starts from there ?
1