Hi,
I am having a good amount of problems trying to make a ball bounce properly on a surface.
First, I would rather do the ball movement myself instead of relying on SL's physics, but since it is not possible because it will never be fast or smooth enough, I was forced to work with a physical object.
So, here I am trying to apply impulse to the ball as it collides with a surface. It works ok for the most part, but it is very inconsistent. It ends up going flat from time to time. I was told to look into energy within SL. After several tests, it does point out that the ball is losing energy along the way and goes flat.
Is there any work around or tips on how to keep energy high in an object? It sounds really bad to me when you aren't able to keep a ball bouncing continuously and reliably for a few seconds.
That's just the first set of problems that I am having. I would like to be using llMoveToTarget as well for the ball from time to time, but that will be another energy nightmare as I did some tests and the ball goes flat reliably every time I try to bounce after moving it with llMoveToTarget (and yes, I did call llStopMoveToTarget).
Any ideas or hints would be very welcome. Thanks in advance!
Troy Padar