a327ex / windfield

Physics module for LÖVE
453 stars 55 forks source link

Unbalanced flight with nested colliders #15

Closed Skeletonxf closed 6 years ago

Skeletonxf commented 6 years ago

https://love2d.org/forums/viewtopic.php?f=4&t=85039&p=219484

I've encountered weird lopsided flying where the ship is unable to fly straight and instead turns left while the colliders are intersecting with each other and are set to collide with each other. If the colliders are moved out of each other so they do not intersect, or if the collisions are disabled then the ship flies in a straight line as expected even if the colliders intersect.

ship.zip

Skeletonxf commented 6 years ago

https://love2d.org/forums/viewtopic.php?p=219599&sid=f864eeb71694f3b30ef866c5eb6d704c#p219599

Not bug