This site provides supplementary study materials for the course PV112 Computer Graphics API taughed at Faculty of Informatics, Masaryk University.
This lecture discusses the basic principles of OpenGL, its brief history, and its use today.
This lecture discusses setting uniform variables, existing types of graphic primitives and how to use Vertex Buffer and Vertex Array objects for rendering.
In this lecture, we will revisit rasterization, exploring its underlying principles and operations. Following this, we will delve into transformations, such as translation, scaling, and rotation, within the graphics pipeline.
This lecture explores the framebuffer and the additional more advanced effects, such as stereoviewing, clip planes, fog, and blending.
In this lecture, we will discuss the basic principles of using textures in OpenGL.
In this lecture, we will continue with more advanced topics related to textures. Furthermore, we will discuss offscreen rendering into custom framebuffer objects.
In this lecture, we will learn about Uniform Buffer Objects, techniques for improving rendering performance, such as instancing, and methods for handling antialiasing through multisampling.
In this lecture, we will discuss several tests and operations that can happen after rasterization. We will also briefly touch upon normal mapping, skinning, and culling.