SetRotation The angle is in clockwise order. Examples // Set the rotation of the screen contents to pi/2 //
// (the screen will be rotated 90 decrees clockwise) // Transforms::SetRotation( AL_PI/2 ); // Get rid of the rotation // Transforms::SetRotation( 0.0 ); Other functions of the class Transforms
Questions about SetRotation? Click here. |