jagomart
digital resources
picture1_Opengl Programming Guide Pdf 192732 | Cs248 06 Opengl


 168x       Filetype PDF       File size 0.03 MB       Source: graphics.stanford.edu


File: Opengl Programming Guide Pdf 192732 | Cs248 06 Opengl
opengl help session cs248 fall 2006 zhengyun zhang references opengl programming guide red book start here opengl reference guide blue book use this to look up individual functions opengl shading ...

icon picture PDF Filetype PDF | Posted on 05 Feb 2023 | 2 years ago
Partial capture of text on file.
    OpenGL Help Session
            CS248 Fall 2006
            Zhengyun Zhang
      References
   • OpenGL Programming Guide (Red Book)
   • start here
   • OpenGL Reference Guide (Blue Book)
   • use this to look up individual functions
   • OpenGL Shading Language (Orange Book)
   • gets you started with GLSL
    OpenGL is a state machine
    • States like projection matrix, current vertex 
     color, etc.
    • We can change the states by using GL 
     function calls like glPushMatrix.
    • The state is used when we are drawing 
     primitives.
      OpenGL needs to be connected 
         to the windowing system
      • OpenGL by itself does not talk to the windowing system/
       manager by itself.
      • Need a toolkit to tell the windowing system that we need 
       an OpenGL window.
      • Examples:
       • GLUT (used in Project 2)
       • SDL (recommended for Project 3)
       • wxWidgets, Qt (full fledged widget toolkits, probably 
        overkill for a game)
The words contained in this file might help you see if this file matches what you are looking for:

...Opengl help session cs fall zhengyun zhang references programming guide red book start here reference blue use this to look up individual functions shading language orange gets you started with glsl is a state machine states like projection matrix current vertex color etc we can change the by using gl function calls glpushmatrix used when are drawing primitives needs be connected windowing system itself does not talk manager need toolkit tell that an window examples glut in project sdl recommended for wxwidgets qt full edged widget toolkits probably overkill game...

no reviews yet
Please Login to review.