Computer graphics in Java using JOGL
This repository contains sample Java graphics programming using JOGL. Created for CS451 Fall 2015 at GMU, the projects cover topics in computer graphics including 2D and 3D graphics, matrix transformations, Cohen-Sutherland line clipping , Sutherland-Hodgman polygon clipping , collison detection, 3D lighting, and simple texturing. Included are batch and bash scripts to compile and run on Windows and Linux respectivly.