Skip to main content
Skip header

Computer Graphics I

Type of study Follow-up Master
Language of instruction English
Code 460-4078/02
Abbreviation PG I
Course title Computer Graphics I
Credits 4
Coordinating department Department of Computer Science
Course coordinator Ing. Tomáš Fabián, Ph.D.

Osnova předmětu

Lectures:

- Physical and mathematical basics of image synthesis (light, radiometric and photometric quantities, color systems).
- Camera model, depth of field, affine spaces and transformations, matrix notation, change of basis, coordinate systems.
- Ray tracing method, calculation of ray intersections with geometrical objects.
- Basic types of materials, models of light reflection, textures, BRDF.
- Microsurface models (Cook-Torrance, Oren-Nayar), general BxDF.
- Supersampling and anti-aliasing, gamma correction.
- Acceleration methods, acceleration data structures and parallelization.
- Rendering equation (Kajiya) and its solution using Monte Carlo methods.
- Path tracing, variance reduction techniques (importance sampling, russian roulette, next event estimation, direct lighting).
- Light sources (sampling, image based lighting)
- Bi-directional path tracing, photon mapping.
- Spectral tracing, tone mapping.
- Other methods of photorealistic rendering of scenes.
- Other methods of modeling and displaying solids (boundary models, CSG, distance function).


Practical exercise on computer labs:

- Data loading and representation, used libraries (e.g. Embree, OptiX).
- Implementation of a simple camera.
- Basic ray casting (A. Appel).
- Implementation of diffusion materials and Phong's illumination model.
- Metal surfaces (reflection) and dielectric materials (refraction and attenuation), Whitted's recursive ray tracing.
- Supersampling and anti-aliasing, gamma correction.
- Acceleration of calculation.
- Basic path tracing.
- Acceleration of convergence, implementation of selected BRDF.
- Sampling of light sources.
- Improving the graphical output of the ray tracer (tone mapping).

The exercises solve specific tasks from the discussed area. The implementation language is C++.

Povinná literatura

[1] Pharr, M., Jakob, W., Humphreys, G.: Physically Based Rendering, Third Edition: From Theory to Implementation, Morgan Kaufmann, 2016, 1266 pages, ISBN 978-0128006450 .
[2] Sojka, E.: Počítačová grafika II: metody a nástroje pro zobrazování 3D scén, VŠB-TU Ostrava, 2003 (ISBN 80-248-0293-7 ).
[3] Sojka, E., Němec, M., Fabián, T.: Matematické základy počítačové grafiky, VŠB-TU Ostrava, 2011.

Doporučená literatura

[1] Shirley, P., Morley, R. K.: Realistic Ray Tracing, Second Edition, AK Peters, 2003, 235 pages, ISBN 978-1568814612 .
[2] Akenine-Moller, T., Haines, E., Hoffman, N.: Real-Time Rendering, Third Edition, AK Peters, 2008, 1045 pages, ISBN 978-1568814247.
[3] Dutré, P.: Global Illumination Compendium, 2003, 68 pages.
[4] Ryer, A. D.: The Light Measurement Handbook, 1997, 64 pages.