Lap1 OpenGL
Lap1 OpenGL
Graphics
How do
you feel
the 3D?
1- Perspective
Open
• Initially, Silicon Graphics Inc. Developed system called “Graphics Library,GL”
• A software interface to graphics hardware
• Very fast
• Hardware independent
Mobile phones
OpenGL
Auxiliary
Library
OpenGL
Utility
Library
OpenGL
OpenGL Libraries
OpenGL functions all follow a naming convention that tells you which
library the function is from, and how many and what type of arguments that
the function takes
glColor3f(…)
gl library Root command, # of arguments, type of arguments