01/30/2003
15-462 Graphics I
16
Sample Instance Transformation
•
glMatrixMode(GL_MODELVIEW);
glLoadIdentity();
glTranslatef(...);
glRotatef(...);
glScalef(...);
gluCylinder(...);