Difference between revisions of "ResourcesCSE167S16"

From Immersive Visualization Lab Wiki
Jump to: navigation, search
(C++ Programming)
(Text Books and Resources)
Line 7: Line 7:
 
| 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|200px]]
 
| [[Image:shirley-cover2015.jpg|200px]]
|-
 
| Dave Shreiner: ''OpenGL Programming Guide, Version 4.3''. Pearson Education, [http://www.ics.uci.edu/~gopi/CS211B/opengl_programming_guide_8th_edition.pdf PDF version here].
 
| [[Image:opengl-programming-guide-4_3.jpg|200px]]
 
 
|}
 
|}
  

Revision as of 18:08, 14 April 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 Shirley-cover2015.jpg

Useful Links

3D Graphics

Shader Programming

C++ Programming

Advanced Graphics Programming