April 05
Prof. Ismael H. F. Santos -  ismael@tecgraf.puc-rio.br                                                          2
Manipulação da pilha de matrizes
…
glMatrixMode(GL_MODELVIEW);
glLoadIdentity( );
glPushMatrix( );
glRotate(30,0,0,1);
glTranslate(10,0,0);
draw_object_1( );
glPopMatrix( );
...
I
I
I
I
I
RT
R
I