ambrosiogabe / MathAnimation

A simple C++/OpenGL application to create quick and dirty mathematically accurate animations
982 stars 49 forks source link

Outline active objects #91

Closed ambrosiogabe closed 1 year ago

ambrosiogabe commented 1 year ago

Add active outlining of objects back in. It's not completely fixed yet, but it's good enough for now. There are issues when objects overlap and it doesn't correctly outline all the objects. I've got to look into it more to get it fixed, but the issue isn't very noticeable right now.

Fixes #78