The routine gModifyView() modifies the current viewing matrix by the specified 4x4 transformation matrix. The viewing matrix is that constructed from the viewing parameters after the routine gUpdateView() has been called, therefore this routine should be called after gUpdateView() to have the correct effect.
This routine is used for the construction of shadows in conjunction with the routine GCreatePlanarShadowMatrix().