Collisions not being detected in C++ physics engine
I am trying to make a small little physics engine in C++ with OpenGL. But the collisions are not working. I have a model importer with assimp with a mesh and a model class, And the mesh class spits out the ColliderVertices like this.