This program demonstrates when to issue lighting and transformation commands
to render a model with a light which is moved by a modeling transformation
(rotate or translate).
This program demonstrates multiple vertex arrays, specifically the OpenGL
routine glMultiDrawElements(), but it's a bitch to setup--so I use
DrawElements in a loop instead.
mvarray() -
Constructor for class net.letskit.redbook.fourth.mvarray