P
Peter Morris
Hi all
I want to draw a line as if it were being drawn in real-time by a person.
To save lots of data I think that storing 4 points in memory and drawing a
bezier curve would be efficient. What I need to know is, how can I
determine each of the required pixel positions so that I may loop through
them and draw them onto a canvas over a timespan of (for example) 1 second?
Thankyou!
Pete
I want to draw a line as if it were being drawn in real-time by a person.
To save lots of data I think that storing 4 points in memory and drawing a
bezier curve would be efficient. What I need to know is, how can I
determine each of the required pixel positions so that I may loop through
them and draw them onto a canvas over a timespan of (for example) 1 second?
Thankyou!
Pete