The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

OpenGL example

DESCRIPTION

The program demonstrates the use of the OpenGL lighting model. A icosahedron is drawn using a grey material characteristic. A single light source illuminates the object. Example adapted from light.c.

The original example code can be found in OpenGL distribution in examples/light.pl .