OpenGL

Nasza ocena:

3
Wyświetleń: 574
Komentarze: 0
Notatek.pl

Pobierz ten dokument za darmo

Podgląd dokumentu
OpenGL - strona 1

Fragment notatki:

OpenGL void DisplayCallback(void) { glClear(GL_COLOR_BUFFER_BIT); /* Draw a triangle */ glBegin(GL_TRIANGLES); glVertex3f(0.0, 0.0, 0.0); glVertex3f(.5, 0.0, 0.0); glVertex3f(.5, .5, 0.0); glEnd(); glFlush(); } ... zobacz całą notatkę



Komentarze użytkowników (0)

Zaloguj się, aby dodać komentarz