Posted April 08, 2019 by ChocolatePinecone
#collision #collision-detection #collision-resolution #debug-view #engine #flying #physics #version0
Verlet is implemented. The collision detection and resolution is going pretty well, but I still have some annoying bugs to iron out.
For example, when the ship lays on its side on tiles and is sliding off the last tile in the row, it sometimes falls partially through the tile and then launches itself shortly after...
I also still need to implement friction. But I already have an idea how to do that.