01/21/2003
15-462 Computer Graphics I
28
Simple Transformations
•Rotate by given angle (in degrees) about ray from origin through (x, y, z)
•
•
•Translate by the given x, y, and z values
•
•
•Scale with a factor in the x, y, and z direction
glRotate{fd}(angle, x, y, z);
glTranslate{fd}(x, y, z);
glScale{fd}(x, y, z);