week | topics | materials |
1 |
What is computer graphics?
What are the latest topics
in computer graphics field?
|
p01.odp |
2 |
How can we generate realistic computer graphics images?
How can we implement interactive 3D applications, like games?
How can we create a window to draw something on?
How can we draw a red rectangle in the window?
How can we change the color of the rectangle
by keyboard input?
|
rendering.odp
OpenGL.odp |
3 | ||
4 |
How can we draw a blue ball?
How can we move the ball?
How can we set up the camera in different positions?
How can we set up the camera with different lenses?
|
|
5 | ||
6 |
Our ball looks flat...how can make it shaded?
Blue color is boring...can I make it a gold ball?
|
|
7 |
It takes too much time to draw 3D objects with OpenGL...how
can I draw complicated objects more easily?
How can import the stupid house
I made using Blender into my OpenGL application?
|
|
8 | ||
9 |
The walls of my stupid house look dull...
can I make it brick walls?
|
|
10 |
I want the door of my stupid house
open when I click it. How can I do that?
|
|
11 |
I am tired of making 3D objects
using only boxes, spheres, and cylinders...
how can I make cool objects, like a fancy racing car?
|
|
12 | Break | |
13 |
|
|
14 |
Now I am an expert in computer graphics.
Tell me more!
|
|
15 | ||
16 | Final exam |