Archery game programming algorithm
- by Ricky
I need the algorithm to animate the arrow based on 2 parameters, angle while shooting and power while drawing the bow.
Ive tried to use y=asinx but it works only when shooting in up direction. Doesnt work well while shooting with straight or down direction. Thanks.