SluitenHelpPrint
Switch to English
Cursus: INFOGR
INFOGR
Graphics
Cursus informatie
CursuscodeINFOGR
Studiepunten (EC)7,5
Cursusdoelen
The aim of the course is two-fold. The major goal is to introduce the students to the basic notions and algorithms of computer graphics. In particular, the course concentrates on two classical rendering algorithms: ray tracing and rasterization. The secondary goal, is to build a background knowledge in basic linear algebra, that is necessary to understand the graphics material but which also serves as a background for the future studies.

Learning outcomes:

1.    understand and remember basic notions of linear algebra: coordinate systems in 2D and 3D, vectors, lines, planes, basic shapes, projections, matrices, transformations. 
2.    understand and be able to apply operations on the above, such as for example: operations with vectors, projection of shapes on the plane, operations with matrices, transformations of objects. 
3.    understand the rendering algorithms of ray tracing and rasterization. 
4.    understand the mechanism of shading, reflections and refractions.
5.    be able to apply the understanding in points 3&4 to implement the ray tracing and rasterization algorithms in the programming language C#.
Inhoud
Topics covered:

Linear algebra topics
•    vectors, coordinate system, vector operations, circles, ellipses, lines in 2D, parallel and perspective projections
•    lines, planes and spheres in 3D, operations with them
•    matrices and operations with them, notions of transpose, determinant, inverse
•    transformations: translation, scaling, reflection, rotation, shearing; composite transformations 
•    projection transformations: orthographic, perspective

Computer graphics topics
•    ray tracing: ray visibility queries, recursive ray tracing, reflections, transparency 
•    rasterization: camera models, visibility algorithms, rasterization pipeline, shaders
•    special effects: materials, shadows
•    global illumination, physically based rendering, acceleration structures

 
SluitenHelpPrint
Switch to English