k-specht / OGLBubbles

An OpenGL project that, when in its final stages, should render bubbles.
GNU General Public License v3.0
0 stars 0 forks source link

Polygon Collision #8

Open k-specht opened 3 years ago

k-specht commented 3 years ago

Since the goal of this project was to make bubbles collide with the mouse and bounce around in their bubbly way, mouse collision physics need to be added. If multiple bubbles are being displayed, they will also need to collide with each other.

k-specht commented 3 years ago

I added some basic collision checks at first but decided to abandon this issue indefinitely for the following reasons: