Online Graphics Course OpenGL 2: Animation

preview_player
Показать описание
Online Graphics Course OpenGL 2: Animation

Table of Contents:

00:10 - Demo
00:31 - Drawing Teapot (in display)
01:37 - Simple Animation routine
01:56 - Keyboard callback (p to pause)
Рекомендации по теме
Комментарии
Автор

I did not understand why do you have to translate and rotate the teapot for proper display?
glTranslatef(0.0, 0.0, 0.1) ;
glRotatef(90.0, 1.0, 0.0, 0.0) ;

nishutkc