OpenGL Tutorial 2.1: Transformations

Jun 27, 2015
So in the last tutorial, we setup our camera and cube and rendered the cube to the screen. Rendering a cube is nice but let’s start moving it around. (The source code can be found here.) Most if not...