This repository contains the projects I worked on while taking CAP4730: Computer Graphics.
- Setup a basic openGL project
- Generate a unit sphere mesh that can be subdivided to increase quality of approximation
- Create a program that can render simple shapes using a raytracing algorithm
- Provide matrix operations for the translation/rotation/scaling of 3D objects
- Write GLSL code for reflectance mapping