CS155 Computer Graphics
Billboarding Lab
In this lab you'll create your own billboarding application. To start, download the following files: main.cpp, image.cpp, image.h.
Your job is to compute the transformation matrix so that the billboarded square remains oriented toward the viewer! Hints will be provided as needed.