Moving objects colliding when using unalligned collision avoidance (steering)
- by James Bedford
I'm having trouble with unaligned collision avoidance for what I think is a rare case. I have set two objects to move towards each other but with a slight offset, so one of the objects is moving slightly upwards, and one of the objects is moving slightly downwards.
In my unaligned collision avoidance steering algorithm I'm finding the points on…