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 sweeping surfaces (the persons torso). Also with shadows and lighting.

The primary goal for this assignment was to have synchronized animations which I achieved by rotating the ball around the central pole and using the persons paddle to “hit” the ball in the opposite direction.

A GIF of my assignment is shown below

Other Projects

Leave a comment