Warning! The directory is not yet complete and will be amended until the beginning of the term.
052200 VU Foundations of Computer Graphics (2021S)
Continuous assessment of course work
Labels
Registration/Deregistration
Note: The time of your registration within the registration period has no effect on the allocation of places (no first come, first served).
- Registration is open from Mo 15.02.2021 09:00 to Mo 22.02.2021 09:00
- Deregistration possible until Su 14.03.2021 23:59
Details
max. 25 participants
Language: English
Lecturers
Classes (iCal) - next class is marked with N
Until further notice, the course will be given online (lectures and exams).
Further details and syllabus available on the course website: http://vda.univie.ac.at/Teaching/Graphics/21s/schedule.html
Tuesday
02.03.
13:15 - 14:45
Hörsaal 3, Währinger Straße 29 3.OG
Thursday
04.03.
13:15 - 14:45
Hörsaal 3, Währinger Straße 29 3.OG
Tuesday
09.03.
13:15 - 14:45
Hörsaal 3, Währinger Straße 29 3.OG
Thursday
11.03.
13:15 - 14:45
Hörsaal 3, Währinger Straße 29 3.OG
Tuesday
16.03.
13:15 - 14:45
Hörsaal 3, Währinger Straße 29 3.OG
Thursday
18.03.
13:15 - 14:45
Hörsaal 3, Währinger Straße 29 3.OG
Tuesday
23.03.
13:15 - 14:45
Hörsaal 3, Währinger Straße 29 3.OG
Thursday
25.03.
13:15 - 14:45
Hörsaal 3, Währinger Straße 29 3.OG
Tuesday
13.04.
13:15 - 14:45
Hörsaal 3, Währinger Straße 29 3.OG
Thursday
15.04.
13:15 - 14:45
Hörsaal 3, Währinger Straße 29 3.OG
Tuesday
20.04.
13:15 - 14:45
Hörsaal 3, Währinger Straße 29 3.OG
Thursday
22.04.
13:15 - 14:45
Hörsaal 3, Währinger Straße 29 3.OG
Tuesday
27.04.
13:15 - 14:45
Hörsaal 3, Währinger Straße 29 3.OG
Thursday
29.04.
13:15 - 14:45
Hörsaal 3, Währinger Straße 29 3.OG
Tuesday
04.05.
13:15 - 14:45
Hörsaal 3, Währinger Straße 29 3.OG
Thursday
06.05.
13:15 - 14:45
Hörsaal 3, Währinger Straße 29 3.OG
Tuesday
11.05.
13:15 - 14:45
Hörsaal 3, Währinger Straße 29 3.OG
Tuesday
18.05.
13:15 - 14:45
Hörsaal 3, Währinger Straße 29 3.OG
Thursday
20.05.
13:15 - 14:45
Hörsaal 3, Währinger Straße 29 3.OG
Thursday
27.05.
13:15 - 14:45
Hörsaal 3, Währinger Straße 29 3.OG
Tuesday
01.06.
13:15 - 14:45
Hörsaal 3, Währinger Straße 29 3.OG
Tuesday
08.06.
13:15 - 14:45
Hörsaal 3, Währinger Straße 29 3.OG
Thursday
10.06.
13:15 - 14:45
Hörsaal 3, Währinger Straße 29 3.OG
Tuesday
15.06.
13:15 - 14:45
Hörsaal 3, Währinger Straße 29 3.OG
Thursday
17.06.
13:15 - 14:45
Hörsaal 3, Währinger Straße 29 3.OG
Tuesday
22.06.
13:15 - 14:45
Hörsaal 3, Währinger Straße 29 3.OG
Thursday
24.06.
13:15 - 14:45
Hörsaal 3, Währinger Straße 29 3.OG
Tuesday
29.06.
13:15 - 14:45
Hörsaal 3, Währinger Straße 29 3.OG
Information
Aims, contents and method of the course
Assessment and permitted materials
Assignments: 50%
Midterm: 20%
Final: 25%
Other: 5%
Midterm: 20%
Final: 25%
Other: 5%
Minimum requirements and assessment criteria
Pre-requirements ("Teilnahmevoraussetzungen"): StEOP, PR2, MG2, THI, MOD, ADSA total minimum grade of 50% must be earned on both Lab 1 (Prep1+1a+1b+1c combined) and Lab 2 (Prep2+2a+2b combined).
The grading scale for the course will be:
1: at least 87.5%
2: at least 75.0%
3: at least 60.0%
4: at least 40.0%
The grading scale for the course will be:
1: at least 87.5%
2: at least 75.0%
3: at least 60.0%
4: at least 40.0%
Examination topics
1. Discuss the light transport problem and its relation to numerical integration i.e., light is emitted, scatters around the scene, and is measured by the eye.
2. Describe the basic graphics pipeline and how forward and backward rendering factor in this.
3. Create a program to display 3D models of simple graphics images.
4. Derive linear perspective from similar triangles by converting points (x, y, z) to points (x/z, y/z, 1).
5. Obtain 2-dimensional and 3-dimensional points by applying affine transformations.
6. Apply 3-dimensional coordinate system and the changes required to extend 2D transformation operations to handle transformations in 3D.
7. Contrast forward and backward rendering.
8. Explain the concept and applications of texture mapping, sampling, and anti-aliasing.
9. Explain the ray tracing/rasterization duality for the visibility problem.
10. Implement simple procedures that perform transformation and clipping operations on simple 2-dimensional images.
11. Implement a simple real-time renderer using a rasterization API (e.g., WebGL) using vertex buffers and shaders.
12. Compare and contrast the different rendering techniques.
2. Describe the basic graphics pipeline and how forward and backward rendering factor in this.
3. Create a program to display 3D models of simple graphics images.
4. Derive linear perspective from similar triangles by converting points (x, y, z) to points (x/z, y/z, 1).
5. Obtain 2-dimensional and 3-dimensional points by applying affine transformations.
6. Apply 3-dimensional coordinate system and the changes required to extend 2D transformation operations to handle transformations in 3D.
7. Contrast forward and backward rendering.
8. Explain the concept and applications of texture mapping, sampling, and anti-aliasing.
9. Explain the ray tracing/rasterization duality for the visibility problem.
10. Implement simple procedures that perform transformation and clipping operations on simple 2-dimensional images.
11. Implement a simple real-time renderer using a rasterization API (e.g., WebGL) using vertex buffers and shaders.
12. Compare and contrast the different rendering techniques.
Reading list
Angel and Shreiner: "Interactive Computer Graphics with WebGL", 7th ed., Addison-Wesley, 2015.
Marschner and Shirley: "Fundamentals of Computer Graphics", 4th ed., CRC Press, 2016.
Marschner and Shirley: "Fundamentals of Computer Graphics", 4th ed., CRC Press, 2016.
Association in the course directory
Module: GFX VIN VMI
Last modified: Tu 02.03.2021 12:08
* basic raster graphics algorithms for drawing 2D primitives, antialiasing
* 2D and 3D geometrical transformations, 3D projections/viewing
* polygonal and hierarchical models
* hidden-surface removal
* basic rendering techniques (colour, shading, raytracing)
* interaction techniques
* textures