Difference between revisions of "ResourcesCSE167S16"
From Immersive Visualization Lab Wiki
(→3D Graphics) |
(→Shader Programming) |
||
(2 intermediate revisions by one user not shown) | |||
Line 13: | Line 13: | ||
==3D Graphics== | ==3D Graphics== | ||
* [http://www.swiftless.com/opengl4tuts.html Tutorials for OpenGL 3 and up] | * [http://www.swiftless.com/opengl4tuts.html Tutorials for OpenGL 3 and up] | ||
− | * [http:// | + | * [http://www.lighthouse3d.com/tutorials/ Lighthouse 3D Tutorials] |
+ | * [http://www.tomdalling.com/blog/category/modern-opengl/ Tom Dalling's Modern OpenGL Tutorial] | ||
* [http://www.humus.name/index.php?page=3D Humus 3D]: lots of advanced graphics algorithms, but not all in OpenGL | * [http://www.humus.name/index.php?page=3D Humus 3D]: lots of advanced graphics algorithms, but not all in OpenGL | ||
* [http://www.realtimerendering.com/ Website of the book on real-time rendering] by Tomas Akenine-Moeller with lots of useful links | * [http://www.realtimerendering.com/ Website of the book on real-time rendering] by Tomas Akenine-Moeller with lots of useful links | ||
Line 19: | Line 20: | ||
==Shader Programming== | ==Shader Programming== | ||
− | |||
− | |||
* [https://www.khronos.org/files/opengl44-quick-reference-card.pdf GLSL quick reference] | * [https://www.khronos.org/files/opengl44-quick-reference-card.pdf GLSL quick reference] | ||
* [http://www.opengl.org/documentation/glsl/ GLSL reference documentation] | * [http://www.opengl.org/documentation/glsl/ GLSL reference documentation] |
Latest revision as of 17:12, 14 April 2016
Contents |
Text Book 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 book for this course.
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 |
Useful Links
3D Graphics
- Tutorials for OpenGL 3 and up
- Lighthouse 3D Tutorials
- Tom Dalling's Modern OpenGL Tutorial
- 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