I would like to know how i can detect collision between shapes instead of getting a list wit intersecting objects or point in path. Just 2 (or more) shapes colliding detection.
TIA!
I would like to know how i can detect collision between shapes instead of getting a list wit intersecting objects or point in path. Just 2 (or more) shapes colliding detection.
TIA!
I don't know of any method inside the kineticjs framework that do collision detection( please prove me wrong).
So your back to do it with standard techniques found wikipedia stackoverflow