Right now the guide line we have is great. However, in a lot of pool games the guide line branches off and shows you where the ball you're hitting will go if you launch now. We need to add this as well.
Figuring out the direction the ball will go is easy. Essentially we just draw a line from where on the ball's surface we're aiming through the center of the ball. We extend this line out a bit, and this should give us the direction the ball will go if we hit it now.
The harder part (might be easy actually) is actually displaying the effect in that direction. I think it could be hard because we had a bit of trouble doing this with the stick.
Right now the guide line we have is great. However, in a lot of pool games the guide line branches off and shows you where the ball you're hitting will go if you launch now. We need to add this as well.
Figuring out the direction the ball will go is easy. Essentially we just draw a line from where on the ball's surface we're aiming through the center of the ball. We extend this line out a bit, and this should give us the direction the ball will go if we hit it now.
The harder part (might be easy actually) is actually displaying the effect in that direction. I think it could be hard because we had a bit of trouble doing this with the stick.