OpenGL
Download the example OpenGL program files, triangle.cpp, clamp.h, and makefile, compile, and run the program.
Create a new program that uses the functions
glRotatef
andglTranslatef
to animate a triangle moving across the screen.
Boids
Design the classes you will create for the final project.