Difference between revisions of "ResourcesCSE167F13"

From Immersive Visualization Lab Wiki
Jump to: navigation, search
(Text Books and Resources)
(3D Graphics)
Line 15: Line 15:
  
 
==3D Graphics==
 
==3D Graphics==
* [http://www.opengl.org/documentation/blue_book/ OpenGL Reference Manual] (Blue Book)
 
 
* [http://duriansoftware.com/joe/An-intro-to-modern-OpenGL.-Table-of-Contents.html Excellent introduction to OpenGL]
 
* [http://duriansoftware.com/joe/An-intro-to-modern-OpenGL.-Table-of-Contents.html Excellent introduction to OpenGL]
 
* [http://nehe.gamedev.net/ NeHe Productions OpenGL Tutorials: great level of detail but not up to date]
 
* [http://nehe.gamedev.net/ NeHe Productions OpenGL Tutorials: great level of detail but not up to date]

Revision as of 03:30, 26 September 2013

Contents

Text Books and Resources

All exam relevant material will be taught in class, and the instructor's lecture slides will be available on-line. For more detailed descriptions of the covered topics, the instructor recommends the following text books for this course. Both are available on-line, at least in older versions, which will work just fine for the class.

Peter Shirley, Steve Marschner: Fundamentals of Computer Graphics, Third Edition, 2009 (earlier editions okay for the class). A K Peters Ltd., ISBN 1568811241 Author's site, Amazon.com, On-Line at Google Books Shirley-cover-227.jpg
Dave Shreiner: OpenGL Programming Guide: The Official Guide to Learning OpenGL, Version 2.1. Pearson Education, ISBN 8131721841, at Amazon. An older version is on-line: Version 1.1,alternate link, sample programs Opengl.png

Useful Links

3D Graphics

Shader Programming

C++ Programming

Advanced Graphics Programming