Difference between revisions of "CISC440 S2017"
(→Schedule) |
(→Schedule) |
||
(73 intermediate revisions by the same user not shown) | |||
Line 9: | Line 9: | ||
|- | |- | ||
|valign="top"|'''Shortened URL''' | |valign="top"|'''Shortened URL''' | ||
− | | | + | |http://goo.gl/tJ4Kn4 |
|- | |- | ||
|valign="top"|'''Description''' | |valign="top"|'''Description''' | ||
Line 18: | Line 18: | ||
|- | |- | ||
|valign="top"|'''Where''' | |valign="top"|'''Where''' | ||
− | | | + | |[http://maps.rdms.udel.edu/map/index.php?id=ISE ISE 307] |
|- | |- | ||
|valign="top"|'''Instructor''' | |valign="top"|'''Instructor''' | ||
Line 24: | Line 24: | ||
|- | |- | ||
|valign="top"|'''Office hours''' | |valign="top"|'''Office hours''' | ||
− | | | + | |Mondays, 10 am -- 12 pm |
|- | |- | ||
|valign="top"|'''TA''' | |valign="top"|'''TA''' | ||
− | | | + | |Chunbo Song, songcb@udel.edu<br> |
− | TA office hours: | + | TA office hours: Wednesdays, 3-5 pm, 201 Smith Hall |
|- | |- | ||
|valign="top"|'''Grading''' | |valign="top"|'''Grading''' | ||
Line 109: | Line 109: | ||
|''Key thing to note: We are using OpenGL 3.3 for programming! A lot of examples on the web are for older 2.x, so beware''<br><br> | |''Key thing to note: We are using OpenGL 3.3 for programming! A lot of examples on the web are for older 2.x, so beware''<br><br> | ||
− | * [http://www.opengl-tutorial.org/beginners-tutorials/tutorial-1-opening-a-window/ OpenGL tutorials] (download | + | * [http://www.opengl-tutorial.org/beginners-tutorials/tutorial-1-opening-a-window/ OpenGL tutorials] (download; build instructions are in [http://www.opengl-tutorial.org/beginners-tutorials/tutorial-1-opening-a-window/ Tutorial #1]) |
− | ** On Ubuntu 14.04, I had to comment out "cmake_policy(SET CMP0026 OLD)" in CMakeLists.txt | + | <!--** On Ubuntu 14.04, I had to comment out "cmake_policy(SET CMP0026 OLD)" in CMakeLists.txt --> |
* [http://www.glfw.org/download.html GLFW] | * [http://www.glfw.org/download.html GLFW] | ||
** Ubuntu: see dependencies [http://www.glfw.org/docs/latest/compile.html here] | ** Ubuntu: see dependencies [http://www.glfw.org/docs/latest/compile.html here] | ||
− | ** Building GLFW on Ubuntu: [http://web.eecs.umich.edu/~sugih/courses/eecs487/glfw-howto/ UMich "Building OpenGL/GLFW Apps"] | + | ** Building GLFW applications on Ubuntu: [http://web.eecs.umich.edu/~sugih/courses/eecs487/glfw-howto/ UMich "Building OpenGL/GLFW Apps"] |
* [http://glm.g-truc.net/0.9.7/index.html GLM] OpenGL Mathematics library | * [http://glm.g-truc.net/0.9.7/index.html GLM] OpenGL Mathematics library | ||
* [http://wiki.labomedia.org/images/1/10/Orange_Book_-_OpenGL_Shading_Language_2nd_Edition.pdf Orange book 2nd ed.], [http://www.lighthouse3d.com/tutorials/glsl-tutorial/hello-world/ GLSL tutorial], [https://github.com/daw42/glslcookbook GLSL cookbook code] | * [http://wiki.labomedia.org/images/1/10/Orange_Book_-_OpenGL_Shading_Language_2nd_Edition.pdf Orange book 2nd ed.], [http://www.lighthouse3d.com/tutorials/glsl-tutorial/hello-world/ GLSL tutorial], [https://github.com/daw42/glslcookbook GLSL cookbook code] | ||
Line 212: | Line 212: | ||
|Vector & matrix review, homogeneous coordinates, 2-D & 3-D transformations | |Vector & matrix review, homogeneous coordinates, 2-D & 3-D transformations | ||
|Marschner, 2.4, 5.2-5.2.2, 6-6.3 (skip 6.1.6, 6.2.1-6.2.2) | |Marschner, 2.4, 5.2-5.2.2, 6-6.3 (skip 6.1.6, 6.2.1-6.2.2) | ||
− | |[https://docs.google.com/presentation/d/ | + | |[https://docs.google.com/presentation/d/1O523YSUcG9OcFJdl4KUCMbvTNz4KebhWiQ9O-TWk-38/edit?usp=sharing slides] |
|- | |- | ||
|style="background:rgb(102, 204, 255)"|3 | |style="background:rgb(102, 204, 255)"|3 | ||
Line 219: | Line 219: | ||
|More 3-D transformations, camera manipulation & the view volume | |More 3-D transformations, camera manipulation & the view volume | ||
|Marschner, 6.5-7.2 <!--; Red book, 3 --> | |Marschner, 6.5-7.2 <!--; Red book, 3 --> | ||
− | |[https://docs.google.com/presentation/d/ | + | |[https://docs.google.com/presentation/d/1dlI0oucna-slu82tlGGS_fD-vgaLCZns3MOXLWLX-6w/edit?usp=sharing slides] |
|- | |- | ||
|4 | |4 | ||
Line 226: | Line 226: | ||
|Perspective projection, geometry pipeline, transformations with GLM | |Perspective projection, geometry pipeline, transformations with GLM | ||
|Marschner, 7.3, 7.5; OpenGL tutorials [http://www.opengl-tutorial.org/beginners-tutorials/tutorial-1-opening-a-window/ #1] (including installation instructions), [http://www.opengl-tutorial.org/beginners-tutorials/tutorial-3-matrices/ #3] <!--Red book, 1, 2 (stop before stippling) --> | |Marschner, 7.3, 7.5; OpenGL tutorials [http://www.opengl-tutorial.org/beginners-tutorials/tutorial-1-opening-a-window/ #1] (including installation instructions), [http://www.opengl-tutorial.org/beginners-tutorials/tutorial-3-matrices/ #3] <!--Red book, 1, 2 (stop before stippling) --> | ||
− | |[https://docs.google.com/presentation/d/ | + | |[https://docs.google.com/presentation/d/1hKTxldHubZtgHJLYm8522Ug3Mb86GCegyFOs0rPsmRk/edit?usp=sharing slides]<br> |
− | [[ | + | [[CISC440_S2017_HW1|HW #1]] |
|- | |- | ||
|style="background:rgb(102, 204, 255)"|5 | |style="background:rgb(102, 204, 255)"|5 | ||
|Feb. 21 | |Feb. 21 | ||
− | ''Register/add deadline Feb. | + | ''Register/add deadline Feb. 20''<br> |
|OpenGL/GLFW | |OpenGL/GLFW | ||
|Program initialization, window creation, geometric primitives <!--, GLUT --> | |Program initialization, window creation, geometric primitives <!--, GLUT --> | ||
|Marschner, 17-17.7, 17.9-17.11 <!--Red book 1, 2, 6 "Blending" section, 9 --> | |Marschner, 17-17.7, 17.9-17.11 <!--Red book 1, 2, 6 "Blending" section, 9 --> | ||
− | |[https://docs.google.com/presentation/d/ | + | |[https://docs.google.com/presentation/d/1gWXv-3cnjOmMHNRxwcwHg-EnJN5KSSkx3v2LjSSkyl8/edit?usp=sharing slides] |
|- | |- | ||
|6 | |6 | ||
Line 242: | Line 242: | ||
|Basic animation, user interface callbacks | |Basic animation, user interface callbacks | ||
|OpenGL tutorial [http://www.opengl-tutorial.org/beginners-tutorials/tutorial-6-keyboard-and-mouse/ #6] | |OpenGL tutorial [http://www.opengl-tutorial.org/beginners-tutorials/tutorial-6-keyboard-and-mouse/ #6] | ||
− | |[https://docs.google.com/presentation/d/ | + | |[https://docs.google.com/presentation/d/1U4aoe-Bo6U7IpgZeOf9Bb9oiPOl8seq6oajQA8lNl-4/edit?usp=sharing slides]<br>[http://nameless.cis.udel.edu/class_data/cg_s2017/interactive_tutorial03.cpp interactive_tutorial03.cpp] |
|- | |- | ||
|style="background:rgb(102, 204, 255)"|7 | |style="background:rgb(102, 204, 255)"|7 | ||
Line 249: | Line 249: | ||
|Introduction to GLSL, vertex shaders vs. fragment shaders | |Introduction to GLSL, vertex shaders vs. fragment shaders | ||
|Marschner, 17.8; [http://wiki.labomedia.org/images/1/10/Orange_Book_-_OpenGL_Shading_Language_2nd_Edition.pdf Orange book Chaps. 2-5] | |Marschner, 17.8; [http://wiki.labomedia.org/images/1/10/Orange_Book_-_OpenGL_Shading_Language_2nd_Edition.pdf Orange book Chaps. 2-5] | ||
− | |[https://docs.google.com/presentation/d/ | + | |[https://docs.google.com/presentation/d/1fHE2TDn6N_AFHPnA2Z_6Yx5_xSZlUjrmiFIhMtEayd4/edit?usp=sharing slides]<br>''HW #1 due'' |
|- | |- | ||
|8 | |8 | ||
− | |Mar. | + | |Mar. 2 |
|Motion/simulation | |Motion/simulation | ||
|Particle systems, flocking | |Particle systems, flocking | ||
|Marschner, 16.7 | |Marschner, 16.7 | ||
− | |[https://docs.google.com/presentation/d/ | + | |[https://docs.google.com/presentation/d/1a5VB2gCFflLIo4tehL0eOoYUdIZr36N5KdPX5rufokY/edit?usp=sharing slides]<br>[[CISC440_S2017_HW2|HW #2]] |
|- | |- | ||
|style="background:rgb(102, 204, 255)"|9 | |style="background:rgb(102, 204, 255)"|9 | ||
− | |Mar. | + | |Mar. 7 |
|Hidden surface elimination | |Hidden surface elimination | ||
|Line and triangle clipping, backface culling, painter's algorithm, Z-buffering | |Line and triangle clipping, backface culling, painter's algorithm, Z-buffering | ||
|Marschner, 8.1.3-8.2.3, 8.4 <!-- ; Red book, 3 --> | |Marschner, 8.1.3-8.2.3, 8.4 <!-- ; Red book, 3 --> | ||
− | |[https://docs.google.com/presentation/d/ | + | |[https://docs.google.com/presentation/d/1V-9GXfLVkQAWBrVJwDNuR4MZ_J_x7N2ARtleeN17OkE/edit?usp=sharing slides] |
|- | |- | ||
|10 | |10 | ||
− | |Mar. | + | |Mar. 9 |
|Shading | |Shading | ||
|Radiometry: irradiance, radiosity, radiance, BRDFs | |Radiometry: irradiance, radiosity, radiance, BRDFs | ||
|Marschner, 10-10.2.1, 20-20.2 | |Marschner, 10-10.2.1, 20-20.2 | ||
− | |[https://docs.google.com/presentation/d/ | + | |[https://docs.google.com/presentation/d/1_vNztVqG0wInVIC8weinC8l2eWWibqgwucbjPTS4SwI/edit?usp=sharing slides] |
+ | |- | ||
+ | |style="background:rgb(102, 204, 255)"| | ||
+ | |Mar. 14 | ||
+ | |style="background:rgb(255, 102, 0)"|NO CLASS<br>''Campus closed due to storm'' | ||
+ | | | ||
+ | | | ||
+ | | | ||
|- | |- | ||
− | + | |11 | |
− | |Mar. | + | |Mar. 16 |
|Shading | |Shading | ||
− | |Diffuse, specular reflection, Gouraud/Phong shading details | + | |Diffuse, specular reflection, Gouraud/Phong shading details; OpenGL, GLSL shading methods; |
− | |Marschner, 10-10.2.2 <!-- | + | |Marschner, 10-10.2.2; [http://www.opengl-tutorial.org/beginners-tutorials/tutorial-8-basic-shading/ OpenGL tutorial #8] |
− | + | |<!--[https://docs.google.com/presentation/d/1ojfIrIYtgvrvLaWohoh1alzPqi6AtGX7DT8M9pfq0Dg/edit?usp=sharing slides]<br>-->''HW #2 due''<br> | |
+ | [https://docs.google.com/presentation/d/1IeookkoZP5GEAYuCb40CIUC1S96YroyaAvKfyD9LT8o/edit?usp=sharing slides] | ||
|- | |- | ||
− | + | |style="background:rgb(102, 204, 255)"|12 | |
− | + | |Mar. 21 | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |style="background:rgb(102, 204, 255)"| | ||
− | |Mar. | ||
|Midterm review | |Midterm review | ||
| | | | ||
| | | | ||
− | |[https://docs.google.com/presentation/d/ | + | |[https://docs.google.com/presentation/d/1Krbrg5uhKGdlWJI1PtARtVqSE9FQzCDRwqboWoyVga8/edit?usp=sharing slides]<br>[http://nameless.cis.udel.edu/class_data/cg_s2017/midterm_s2014.pdf 2014 midterm] (ignore Q5, Q11) |
|- | |- | ||
− | | | + | |13 |
− | |Mar. | + | |Mar. 23 |
|MIDTERM EXAM | |MIDTERM EXAM | ||
| | | | ||
Line 301: | Line 302: | ||
|- | |- | ||
|style="background:rgb(102, 204, 255)"| | |style="background:rgb(102, 204, 255)"| | ||
− | |Mar. | + | |Mar. 28 |
|style="background:rgb(255, 102, 0)"|NO CLASS<br>''Spring break'' | |style="background:rgb(255, 102, 0)"|NO CLASS<br>''Spring break'' | ||
| | | | ||
Line 308: | Line 309: | ||
|- | |- | ||
| | | | ||
− | |Mar. | + | |Mar. 30 |
|style="background:rgb(255, 102, 0)"|NO CLASS<br>''Spring break'' | |style="background:rgb(255, 102, 0)"|NO CLASS<br>''Spring break'' | ||
| | | | ||
Line 314: | Line 315: | ||
| | | | ||
|- | |- | ||
− | |style="background:rgb(102, 204, 255)"| | + | |style="background:rgb(102, 204, 255)"|14 |
− | |Apr. | + | |Apr. 4 |
|Textures | |Textures | ||
|Texture-mapping pipeline, bump & displacement mapping, environment maps | |Texture-mapping pipeline, bump & displacement mapping, environment maps | ||
|Marschner, 11.2, 11.4 (homogeneous division material--not barycentric coords), 11.5 <!--; Red book, 9 (through "Assigning texture coordinates") --> | |Marschner, 11.2, 11.4 (homogeneous division material--not barycentric coords), 11.5 <!--; Red book, 9 (through "Assigning texture coordinates") --> | ||
− | |[https://docs.google.com/presentation/d/1H0tSJHr07SF8wG6LUxeL2e0_5jjCusG5HHGsYOZiAVM/edit?usp=sharing slides] | + | |[https://docs.google.com/presentation/d/16l4OJFMeDcpxGvU9dVQvZn82IcBY9ZdSfAtJ0O-i1pE/edit?usp=sharing slides]<!--[https://docs.google.com/presentation/d/1H0tSJHr07SF8wG6LUxeL2e0_5jjCusG5HHGsYOZiAVM/edit?usp=sharing slides]--> |
|- | |- | ||
− | | | + | |15 |
− | |Apr. 7 | + | |Apr. 6 |
− | | | + | |Textures |
− | + | |Shadow maps, magnification/minification | |
− | + | |Marschner, 11.1.3-11.1.4, 11.6-11.7 | |
− | + | |[https://docs.google.com/presentation/d/17KB4MZMGNAD3qXW6yGwZ4CCXwp02-xA8YqIMgxCw42w/edit?usp=sharing slides]<!--[https://docs.google.com/presentation/d/15n9PEKXT3ErqK-TG1OcpX-OuZZts-Jo0RzbOtsoMsRA/edit?usp=sharing slides]<br>--><!----> | |
|- | |- | ||
|style="background:rgb(102, 204, 255)"|16 | |style="background:rgb(102, 204, 255)"|16 | ||
− | |Apr. | + | |Apr. 11<br>''Withdraw deadline Apr. 10'' |
− | | | + | |Ray tracing |
− | | | + | |Ray casting, intersection testing, shadow rays |
− | |Marschner, | + | |Marschner, 4 |
− | | | + | |[https://docs.google.com/presentation/d/15NU1avIDdEucHBR8HnI2b0xgjijLFCZ2Fc1m7gfxt38/edit?usp=sharing slides]<br>[[CISC440_S2017_HW3|HW #3]] |
− | [https://docs.google.com/presentation/d/ | ||
|- | |- | ||
|17 | |17 | ||
− | |Apr. | + | |Apr. 13 |
− | |Textures | + | |Textures, rasterization |
− | |OpenGL, GLSL details | + | |OpenGL, GLSL details; line drawing |
− | |OpenGL tutorial [http://www.opengl-tutorial.org/beginners-tutorials/tutorial-5-a-textured-cube/ #5] | + | |OpenGL tutorial [http://www.opengl-tutorial.org/beginners-tutorials/tutorial-5-a-textured-cube/ #5], Marschner 8.1-8.2 |
− | |[https://docs.google.com/presentation/d/ | + | |[https://docs.google.com/presentation/d/1GTHpOLCblskymxm218gqnkaLk0qbTdlY0j-E9tjmTbw/edit?usp=sharing slides]<!--[https://docs.google.com/presentation/d/1l1iPQGlKUeOgLsd1x0TQnqcccyrT0YZv1NBXAuxNcEM/edit?usp=sharing slides]--> |
|- | |- | ||
|style="background:rgb(102, 204, 255)"|18 | |style="background:rgb(102, 204, 255)"|18 | ||
− | |Apr. | + | |Apr. 18 |
− | | | + | |Guest lecture by Chunbo Song on light fields |
− | | | + | | |
− | | | + | | |
− | | | + | | |
+ | |- | ||
+ | | | ||
+ | |Apr. 20 | ||
+ | |style="background:rgb(255, 102, 0)"|NO CLASS<br>''Instructor away'' | ||
+ | | | ||
+ | | | ||
+ | | | ||
|- | |- | ||
− | |19 | + | |style="background:rgb(102, 204, 255)"|19 |
− | |Apr. | + | |Apr. 25 |
|Ray tracing | |Ray tracing | ||
|Reflections, refractions, distributed ray tracing for anti-aliasing | |Reflections, refractions, distributed ray tracing for anti-aliasing | ||
|Marschner, 4 | |Marschner, 4 | ||
− | |[https://docs.google.com/presentation/d/1RuAkeSA_Da7Y-8rNfizwla-8nwtu09E1QX2YlFSbhaU/edit?usp=sharing slides] | + | |<!--[https://docs.google.com/presentation/d/1RuAkeSA_Da7Y-8rNfizwla-8nwtu09E1QX2YlFSbhaU/edit?usp=sharing slides]<br>-->[https://docs.google.com/presentation/d/1XB3PeEiUWT6FmrrTe7ffuDovGgqgGjJ08nSlIq9Cbu8/edit?usp=sharing slides] |
|- | |- | ||
− | + | |20 | |
− | |Apr. | + | |Apr. 27 |
|Ray tracing | |Ray tracing | ||
− | |Distributed ray tracing for soft shadows, glossy reflections, spatial data structures | + | |Distributed ray tracing for soft shadows, glossy reflections, spatial data structures; bidirectional ray tracing |
− | |Marschner, 4, 12.3, 13.1, 13.4 | + | |Marschner, 4, 12.3, 13.1, 13.4; [http://nameless.cis.udel.edu/class_data/cg/heckbert_bidirectional.pdf "Bidirectional Ray Tracing"] paper by |
− | |[https://docs.google.com/presentation/d/1J_k8_1wfAyIGE_Cqzogk4qSUEl_X3DH9Ej1muLwl3qY/edit?usp=sharing slides]<br>''HW #3 due | + | P. Heckbert |
+ | |<!--[https://docs.google.com/presentation/d/1J_k8_1wfAyIGE_Cqzogk4qSUEl_X3DH9Ej1muLwl3qY/edit?usp=sharing slides]<br>-->''HW #3 due''<br>[https://docs.google.com/presentation/d/1ouyej5ltRdqlp5x3FnqxWRq1cwmh9Lt-3PdRRHtpFOo/edit?usp=sharing slides] | ||
|- | |- | ||
− | |21 | + | |style="background:rgb(102, 204, 255)"|21 |
− | | | + | |May 2 |
− | |Global illumination | + | |Global illumination, noise |
− | | | + | |Photon mapping, value/Perlin noise |
− | | | + | |[http://web.cs.wpi.edu/~emmanuel/courses/cs563/write_ups/zackw/photon_mapping/PhotonMapping.html Photon mapping introduction], [http://www.cc.gatech.edu/~phlosoft/photon/ online demo], [http://nameless.cis.udel.edu/class_data/cg/jensen_photon_mapping_tutorial.pdf tutorial]<br>Marschner, 11.5.2-11.5.3, Orange book 15 |
− | + | |<!--[https://drive.google.com/open?id=1SUzpucIXcnfGgFLA5PN2SFyzhSJNnSMZTLhXaSWq3_g slides]-->[[CISC440_S2017_HW4|HW #4]]<br>[https://docs.google.com/presentation/d/1qCbM3DHcFIXVLJiKgXSutan1zghOT_3qPMSOCAe-FJA/edit?usp=sharing slides] | |
− | |[https://drive.google.com/open?id=1SUzpucIXcnfGgFLA5PN2SFyzhSJNnSMZTLhXaSWq3_g slides] | + | |- |
+ | | | ||
+ | |May 4 | ||
+ | |style="background:rgb(255, 102, 0)"|NO CLASS<br>''Instructor away''<!--Noise applications--> | ||
+ | |<!--Fractal noise applications; miscellaneous shader programming examples --> | ||
+ | |<!--, [http://freespace.virgin.net/hugo.elias/models/m_perlin.htm H. Elias page]--> | ||
+ | |<!--[https://docs.google.com/presentation/d/1APEVp2xMOPqZVa8QWFMC6yHRf7JMYjB9VxizUaVToUU/edit?usp=sharing slides]--> | ||
|- | |- | ||
|style="background:rgb(102, 204, 255)"|22 | |style="background:rgb(102, 204, 255)"|22 | ||
− | |May | + | |May 9 |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
|Shape modeling | |Shape modeling | ||
|Bezier curves and surfaces, Catmull-Rom splines | |Bezier curves and surfaces, Catmull-Rom splines | ||
|Marschner, 15-15.6.1 (ignore material on knots, Hermite form) | |Marschner, 15-15.6.1 (ignore material on knots, Hermite form) | ||
− | |[https:// | + | |[https://docs.google.com/presentation/d/1hlEDSlfh7_PefF9SCE-1-6WSfxREe9Q0BtHtx0brT1g/edit?usp=sharing slides] |
|- | |- | ||
− | | | + | |23 |
− | |May | + | |May 11 |
|Shape modeling | |Shape modeling | ||
|Subdivision, geometry shaders | |Subdivision, geometry shaders | ||
|Marschner, 15.6-15.6.1 | |Marschner, 15.6-15.6.1 | ||
− | |[https:// | + | |[https://docs.google.com/presentation/d/1RWvmTrSD1076eN6luo24XgJSuhroHKgkBT4tPovJxI0/edit?usp=sharing slides] |
|- | |- | ||
− | + | |style="background:rgb(102, 204, 255)"|24 | |
− | + | |May 16 | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |style="background:rgb(102, 204, 255)"| | ||
− | |May | ||
|Final review | |Final review | ||
| | | | ||
| | | | ||
− | |[https://docs.google.com/presentation/d/1bP49PWF7cBZGSLnixD9W56_qKbPzEC9XejYH8gsHsVg/edit?usp=sharing slides]<br>[http://nameless.cis.udel.edu/class_data/cg/f2008_final_arial.pdf 2008 final] | + | |<!--[https://docs.google.com/presentation/d/1bP49PWF7cBZGSLnixD9W56_qKbPzEC9XejYH8gsHsVg/edit?usp=sharing slides]<br>[http://nameless.cis.udel.edu/class_data/cg/f2008_final_arial.pdf 2008 final]-->''HW #4 due''<br>[https://docs.google.com/presentation/d/1H7rvypW6f_-H8du4axQG1_RPhUvg1Ul83jasvDqPxlQ/edit?usp=sharing slides]<br>[http://nameless.cis.udel.edu/class_data/cg/f2008_final_arial.pdf 2008 final] |
|- | |- | ||
| | | | ||
− | |[http:// | + | |[http://www1.udel.edu/registrar/course-info-registration/onlinereg/Spring%202017%20Final%20Exam%20Schedule.pdf Tuesday, May 23, 1-3 pm] |
|FINAL EXAM | |FINAL EXAM | ||
| | | |
Latest revision as of 08:01, 19 May 2017
Course information
Title | CISC440/640 Computer Graphics |
Shortened URL | http://goo.gl/tJ4Kn4 |
Description | A first course in computer graphics covering fundamental concepts and techniques related to rasterization, textures, 2-D and 3-D transformations (including perspective projection), shading, hidden surface elimination, and anti-aliasing, as well as selected topics in modeling, animation, ray tracing, and global illumination. OpenGL will be used for programming; you should have some familiarity with C/C++ or be ready to learn it. |
When | Tuesdays and Thursdays, 2-3:15 pm |
Where | ISE 307 |
Instructor | Christopher Rasmussen, 446 Smith Hall, cer@cis.udel.edu |
Office hours | Mondays, 10 am -- 12 pm |
TA | Chunbo Song, songcb@udel.edu TA office hours: Wednesdays, 3-5 pm, 201 Smith Hall |
Grading |
Graduate students will be given extra tasks to complete or features to implement on each homework, and extra questions to answer on each exam. Programming assignments will be graded on the basis of correctness, efficiency, and originality. This is not an introductory programming class, so coding style is not critical. However, if you want partial credit for something that doesn't quite work, it needs to be well-commented and easy to follow. For the overall course grade, a preliminary absolute mark will be assigned to each student based on the percentage of the total possible points they earn according to the standard formula: A = 90-100, B = 80-90, C = 70-80, etc., with +'s and -'s given for the upper and lower third of each range, respectively. Based on the distribution of preliminary grades for all students (i.e., "the curve"), the instructor may increase these grades monotonically to calculate final grades. This means that your final grade can't be lower than your preliminary grade, and your final grade won't be higher than that of anyone who had a higher preliminary grade. I will try to keep you informed about your standing throughout the semester. If you have any questions about grading or expectations at any time, please feel free to ask me. |
Piazza |
|
Academic policies | Programming projects are due by midnight of the deadline day (with a grace period of a few hours afterward...after sunrise is definitely late). A late homework is a 0 without a valid prior excuse. To give you a little flexibility, you have 6 "late days" to use on homeworks to extend the deadline by one day each without penalty. No more than three late days may be used per assignment. Late days will automatically be subtracted, but as a courtesy please notify the instructor (and CC the TA) in an e-mail of your intention to use late days before the deadline. See submission instructions below.
The two exams will be closed book (i.e., no reference materials allowed). Unless otherwise instructed, you are responsible for all material covered up to the day of the exam, both from the assigned readings (everything in the Readings column of the Schedule below) and in lectures (excluding guest lectures). Students can discuss problems with one another in general terms, but must work independently on programming assignments. This also applies to online and printed resources: you may consult them as references (as long as you cite them), but the words and source code you turn in must be yours alone. The University's policies on academic dishonesty are set forth in the student code of conduct here. |
Readings
Textbook (required) | Fundamentals of Computer Graphics (4th ed.) [Marschner in calendar below]
Steve Marschner and Peter Shirley CRC Press, 2016 Textbook web site: Author (most useful thing there is link to course with relevant slides), Publisher This book should be at the campus bookstore. Other ordering options: |
Instructions
OpenGL | Key thing to note: We are using OpenGL 3.3 for programming! A lot of examples on the web are for older 2.x, so beware
|
Homeworks | Assignment submissions should consist of a directory containing all code (your .cpp files, header files, makefile if applicable, etc.), any output data generated (e.g., images, movies, etc.), and an explanation of your approach, what worked and didn't work, etc. contained in a separate text or HTML file. Do not submit executables, .o files, or libraries, please! The directory you submit for each assignment should be packaged by tar'ing and gzip'ing it or just zip'ing it. The resulting file should be submitted through Sakai.
You may develop your OpenGL, C/C++ code in any fashion that is convenient--that is, with any compiler and operating system that you want--but you must avoid OS- and hardware-specific functions. |
Schedule
Note: The blue squares in the "#" column below indicate Tuesdays.
# | Date | Topic | Notes | Readings | Assignments/slides |
---|---|---|---|---|---|
1 | Feb. 7 | Introduction | Graphics background, course information | Marschner, 1-1.4 | slides |
2 | Feb. 9 | 2-D, 3-D Geometry | Vector & matrix review, homogeneous coordinates, 2-D & 3-D transformations | Marschner, 2.4, 5.2-5.2.2, 6-6.3 (skip 6.1.6, 6.2.1-6.2.2) | slides |
3 | Feb. 14 | 3-D Geometry | More 3-D transformations, camera manipulation & the view volume | Marschner, 6.5-7.2 | slides |
4 | Feb. 16 | 3-D Geometry | Perspective projection, geometry pipeline, transformations with GLM | Marschner, 7.3, 7.5; OpenGL tutorials #1 (including installation instructions), #3 | slides |
5 | Feb. 21
Register/add deadline Feb. 20 |
OpenGL/GLFW | Program initialization, window creation, geometric primitives | Marschner, 17-17.7, 17.9-17.11 | slides |
6 | Feb. 23 | OpenGL/GLFW | Basic animation, user interface callbacks | OpenGL tutorial #6 | slides interactive_tutorial03.cpp |
7 | Feb. 28 | GPU programming | Introduction to GLSL, vertex shaders vs. fragment shaders | Marschner, 17.8; Orange book Chaps. 2-5 | slides HW #1 due |
8 | Mar. 2 | Motion/simulation | Particle systems, flocking | Marschner, 16.7 | slides HW #2 |
9 | Mar. 7 | Hidden surface elimination | Line and triangle clipping, backface culling, painter's algorithm, Z-buffering | Marschner, 8.1.3-8.2.3, 8.4 | slides |
10 | Mar. 9 | Shading | Radiometry: irradiance, radiosity, radiance, BRDFs | Marschner, 10-10.2.1, 20-20.2 | slides |
Mar. 14 | NO CLASS Campus closed due to storm |
||||
11 | Mar. 16 | Shading | Diffuse, specular reflection, Gouraud/Phong shading details; OpenGL, GLSL shading methods; | Marschner, 10-10.2.2; OpenGL tutorial #8 | HW #2 due |
12 | Mar. 21 | Midterm review | slides 2014 midterm (ignore Q5, Q11) | ||
13 | Mar. 23 | MIDTERM EXAM | |||
Mar. 28 | NO CLASS Spring break |
||||
Mar. 30 | NO CLASS Spring break |
||||
14 | Apr. 4 | Textures | Texture-mapping pipeline, bump & displacement mapping, environment maps | Marschner, 11.2, 11.4 (homogeneous division material--not barycentric coords), 11.5 | slides |
15 | Apr. 6 | Textures | Shadow maps, magnification/minification | Marschner, 11.1.3-11.1.4, 11.6-11.7 | slides |
16 | Apr. 11 Withdraw deadline Apr. 10 |
Ray tracing | Ray casting, intersection testing, shadow rays | Marschner, 4 | slides HW #3 |
17 | Apr. 13 | Textures, rasterization | OpenGL, GLSL details; line drawing | OpenGL tutorial #5, Marschner 8.1-8.2 | slides |
18 | Apr. 18 | Guest lecture by Chunbo Song on light fields | |||
Apr. 20 | NO CLASS Instructor away |
||||
19 | Apr. 25 | Ray tracing | Reflections, refractions, distributed ray tracing for anti-aliasing | Marschner, 4 | slides |
20 | Apr. 27 | Ray tracing | Distributed ray tracing for soft shadows, glossy reflections, spatial data structures; bidirectional ray tracing | Marschner, 4, 12.3, 13.1, 13.4; "Bidirectional Ray Tracing" paper by
P. Heckbert |
HW #3 due slides |
21 | May 2 | Global illumination, noise | Photon mapping, value/Perlin noise | Photon mapping introduction, online demo, tutorial Marschner, 11.5.2-11.5.3, Orange book 15 |
HW #4 slides |
May 4 | NO CLASS Instructor away |
||||
22 | May 9 | Shape modeling | Bezier curves and surfaces, Catmull-Rom splines | Marschner, 15-15.6.1 (ignore material on knots, Hermite form) | slides |
23 | May 11 | Shape modeling | Subdivision, geometry shaders | Marschner, 15.6-15.6.1 | slides |
24 | May 16 | Final review | HW #4 due slides 2008 final | ||
Tuesday, May 23, 1-3 pm | FINAL EXAM |