You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An assigment for the Computer Graphics discipline in UFRJ. The objective was to create a simple polygon drawing tool that allows the user to move the polygons around and attach them to one another to simulate joints using Python 2.7 and PyOpenGL. The "matrix.py" and "geometry.py" files were both provided by the professor.