02/05/2002
15-462 Graphics I
15
Sample Instance Transformation
•
glMatrixMode(GL_MODELVIEW);
glLoadIdentity();
glTranslatef(...);
glRotatef(...);
glScalef(...);
gluCylinder(...);