android - Corona sdk physics precise collision between 2 round objects -



android - Corona sdk physics precise collision between 2 round objects -

i working on start of golf game game ball rolls hole. have working, when ball touches border of hole, collision event makes drop in (disappear). want create more precision more realistic. advice appreciated.

you start transition when observe collision hole. transition take time complete, eliminating "ball disappears" problem, , little math, reflect speed , direction of ball drop hole looks realistic.

android sdk physics corona

Comments

Popular posts from this blog

java - How to pass parameters between Request-Scoped Controllers? -

actionscript 3 - Flex: moving a point with rotation doesnt change the point XY? -

string - what is the difference between "some" == "some\0" and strcmp("some","some\0") in c++? -