Hello,
I am shooting a bullet up at -45 angel and let it fly with gravity and am plotting a parabola of its trajectory on a canvas.
at every tick i am creating 1 pixel line at the location of the bullet -- and it indeed traces the flight path -- however, i notice that the trace is discontinuous -- many disconnected dots in particular as the bullet accelerates further ...
Is there a way to actually create a smooth path -- looks like the redraw algorithm is more detailed than each tick.
thanks,
Dan