Side Detection
Posted:
Mon Feb 05, 2007 10:28 am
by Joshua Worth
I was wondering how Game Editor determines the side an actor collides on. Does it use vectors for collision or something?
Posted:
Mon Feb 05, 2007 1:18 pm
by makslane
The engine gets the overlapped area of the two actors and calculates a directional vector. This vector will tell the side of collision.