Archery game programming algorithm

Posted by Ricky on Stack Overflow See other posts from Stack Overflow or by Ricky
Published on 2010-03-16T00:37:36Z Indexed on 2010/03/16 0:39 UTC
Read the original article Hit count: 425

Filed under:
|
|

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.

© Stack Overflow or respective owner

Related posts about game

Related posts about programming