15/03/01
Claudio Rocchini, Visual Computing Group
40
OnDraw, comandi utente
•Esempio di comandi utente (visualizzazione triangolo):
•glBegin(GL_TRIANGLES);
• glVertex3f(0,0,-10);
• glVertex3f(10,0,-10);
• glVertex3f(0,10,-10);
•glEnd();