Home » Archive by category "Advanced"

Lesson 16: Waving flag with OpenGL and GLSL

Waving Flag OpenGL
With the newer versions of OpenGL we are able to manipulate the OpenGL Rendering Pipeline. This gives a lot of power to the developers to do graphical manipulations and visual effects.  So far we have used the classical method to display 3D graphics.This (simplified) OpenGL pipeline is: Essentially...
Continue reading »