CS155 Computer Graphics
Billboarding Lab







A billboard is a texture mapped surface that is oriented toward the viewer. Download and run this excutable and the associated checkerboard.bmp to see a billboard in action.

In this lab you'll create your own billboarding application. To start, download the following file: billboardSkeleton.cpp.

Your job is to compute the transformation matrix so that the billboarded square remains oriented toward the viewer! Hints will be provided as needed.