Difference between revisions of "ResourcesCSE167S16"
From Immersive Visualization Lab Wiki
(→Text Books and Resources) |
(→Text Books and Resources) |
||
Line 6: | Line 6: | ||
|- | |- | ||
| Peter Shirley, Steve Marschner: ''Fundamentals of Computer Graphics'', Fourth Edition, 2015 (earlier editions will also work). A K Peters/CRC Press, ISBN 1482229390 [http://www.cs.utah.edu/~shirley/books/fcg2/ Author's site], [http://www.amazon.com/Fundamentals-Computer-Graphics-Fourth-Marschner/dp/1482229390/ref=sr_1_1?ie=UTF8&qid=1459276966&sr=8-1&keywords=Fundamentals+of+Computer+Graphics Amazon.com], [http://books.google.com/books?id=WY5Urwcqsa4C&lpg=PR1&ots=QENdP6x8xd&dq=shirley%20graphics&pg=PR1#v=onepage&q&f=false On-Line at Google Books] | | Peter Shirley, Steve Marschner: ''Fundamentals of Computer Graphics'', Fourth Edition, 2015 (earlier editions will also work). A K Peters/CRC Press, ISBN 1482229390 [http://www.cs.utah.edu/~shirley/books/fcg2/ Author's site], [http://www.amazon.com/Fundamentals-Computer-Graphics-Fourth-Marschner/dp/1482229390/ref=sr_1_1?ie=UTF8&qid=1459276966&sr=8-1&keywords=Fundamentals+of+Computer+Graphics Amazon.com], [http://books.google.com/books?id=WY5Urwcqsa4C&lpg=PR1&ots=QENdP6x8xd&dq=shirley%20graphics&pg=PR1#v=onepage&q&f=false On-Line at Google Books] | ||
− | | [[Image:shirley-cover2015.jpg| | + | | [[Image:shirley-cover2015.jpg|200px]] |
|- | |- | ||
| Dave Shreiner: ''OpenGL Programming Guide: The Official Guide to Learning OpenGL, Version 2.1''. Pearson Education, ISBN 8131721841, [http://www.amazon.com/OpenGL-Programming-Guide-Official-Learning/dp/0321552628/ref=dp_ob_title_bk at Amazon]. An older version is on-line: [http://www.glprogramming.com/red/ Version 1.1],[http://fly.srk.fer.hr/~unreal/theredbook/ alternate link], [http://www.opengl.org/resources/code/samples/redbook/ sample programs] | | Dave Shreiner: ''OpenGL Programming Guide: The Official Guide to Learning OpenGL, Version 2.1''. Pearson Education, ISBN 8131721841, [http://www.amazon.com/OpenGL-Programming-Guide-Official-Learning/dp/0321552628/ref=dp_ob_title_bk at Amazon]. An older version is on-line: [http://www.glprogramming.com/red/ Version 1.1],[http://fly.srk.fer.hr/~unreal/theredbook/ alternate link], [http://www.opengl.org/resources/code/samples/redbook/ sample programs] | ||
Note that the latest version of the book covers a newer version of OpenGL, whereas in class we use the original OpenGL. So don't buy this book if it covers OpenGL 3.0 or higher. | Note that the latest version of the book covers a newer version of OpenGL, whereas in class we use the original OpenGL. So don't buy this book if it covers OpenGL 3.0 or higher. | ||
− | | [[Image:opengl.png]] | + | | [[Image:opengl.png|200px]] |
|} | |} | ||
Revision as of 11:49, 29 March 2016
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, Fourth Edition, 2015 (earlier editions will also work). A K Peters/CRC Press, ISBN 1482229390 Author's site, Amazon.com, On-Line at Google Books | |
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
Note that the latest version of the book covers a newer version of OpenGL, whereas in class we use the original OpenGL. So don't buy this book if it covers OpenGL 3.0 or higher. |
Useful Links
3D Graphics
- Excellent introduction to OpenGL
- NeHe Productions OpenGL Tutorials
- Humus 3D: lots of advanced graphics algorithms, but not all in OpenGL
- Website of the book on real-time rendering by Tomas Akenine-Moeller with lots of useful links
- Steven C. Dollins' Handy Mathematics Facts for Graphics
Shader Programming
- Lighthouse3D GLSL tutorials
- Clockworkcoders GLSL tutorials
- GLSL quick reference
- GLSL reference documentation
- Binding images to GLSL samplers
C++ Programming
Advanced Graphics Programming
- Tutorials for OpenGL 3 and up in which the immediate mode has been deprecated.
- GPU Gems 1
- GPU Gems 2
- GPU Gems 3
- Programming in OpenGL 3: Learning Modern 3D Graphics Programming