1 / 14

OpenGL Graphics

OpenGL Graphics. What Is OpenGL?. C-Based graphics framework. Open specification. State machine. Rendering pipeline. A whole load of maths. OpenGL Version History. OpenGL 1.x Graphics Courses Fixed Functionality Pipeline OpenGL 2.x Fixed Functionality Pipeline Programmable Pipeline

elysia
Download Presentation

OpenGL Graphics

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. OpenGL Graphics

  2. What Is OpenGL? • C-Based graphics framework. • Open specification. • State machine. • Rendering pipeline. • A whole load of maths.

  3. OpenGL Version History • OpenGL 1.x • Graphics Courses • Fixed Functionality Pipeline • OpenGL 2.x • Fixed Functionality Pipeline • Programmable Pipeline • OpenGL 3.x • Programmable Pipeline (Only!)

  4. gl.h Most basic, low level API functions. glu.h Functions here are for convienance and use gl.h. glut.h A quick, cross-platform way of drawing to the screen.

  5. glew.h Allows easy access to OpenGL extensions. glTools.h A set of convenient functions to get yourself going with the new OpenGL.

  6. Open Specification • Multiple companies. • Multiple platforms. • Multiple programming languages.

  7. State Machine • glEnable() • glDisable() • glEnableClientState() • glDisableClientState() • glBegin() • glEnd()

  8. Rendering Pipeline

  9. Maths • Geometry • Coordinates • Vectors • Matricies

  10. Demo

  11. Reading • Toby Howard's "Green OpenGL Guide". • OpenGL SuperBible 4th Edition • OpenGL SuperBible 5th Edition • OpenGL Programming Guide

  12. Questions?

More Related