Categories
C++ OpenGL

Ray Tracer

This image was created using OpenGL 2 and is rendered using Ray Tracing. It was created as an assignment for my COSC363 (Computer Graphics) course and obtained a 100% (A+) grade. The Ray Tracer made here traces rays from the camera towards the scene and uses methods of Refraction, transparency and shadows to light and […]

Categories
C++ OpenGL Software Projects

Paddle Ball

This scene was created as an assignment for my COSC363 (Computer Graphics) course and obtained a 90% (A+) grade. This is an OpenGL2 scene written in C++ and depicts a swing ball set from when I was a kid. This scene is rendered using the OpenGL2 API and is modeled with spheres, cubes, cylinders and […]