|
Stars This program displays a background of stars giving the appearance of someone traveling through space. Source Code |
|
Font Demo This program shows how to use stroke fonts which can be scaled and transformed in 3D whereas the other bit mapped fonts cannot. Source Code Modified Code |
|
Paper Airplanes This program draws a number of "Paper Airplanes" using the GL_TRIANGLE_STRIP option. The planes fly around randomly in the window. The program has several useful features including how to attach a Pull Down Menu, how to create a shaded background, and how to add additional objects to the display. Source Code |