As part of the class CS 168, Introduction to Graphics Programming in OpenGL, this video was my final project. It features an animation of the plane from this image (albeit simplified to prevent lag), a van, and a small airport building with a spinning ground radar dish.
The engine was created in C++ with shaders coded in GLSL. The source code can be viewed in the public repository.
Back to Top