Thesis Details

Detekce kolizí v počítačové grafice

Bachelor's Thesis Student: Stupka Filip Academic Year: 2020/2021 Supervisor: Pečiva Jan, Ing., Ph.D.
English title
Collision Detection in Computer Graphics
Language
Czech
Abstract

This thesis is focused on the problem of collision detection between math defined primitive models and also on triangle networks that form complex polygonal models. Simulation of collision detection is very complex topic from performance standpoint and even though multiple methods that solve these problems do exist, in most cases they are too slow to be any useful and therefore it is encouraged to find optimizations and alternate solutions. In order to be able to work with collision simulation we need to understand discrete and continuous movement techniques and we need to be able to predict behavior of certain objects. This thesis therefore is based on game engine development, optimizations and implementation of collision detection algorithms.

Keywords

Collision detection, engine, separating axis theorem, triangle network, math primitives, simulation, C++, SDL2, OpenGL

Department
Degree Programme
Information Technology
Files
Status
not defended
Date
15 June 2021
Reviewer
Committee
Čadík Martin, doc. Ing., Ph.D. (DCGM FIT BUT), předseda
Bartík Vladimír, Ing., Ph.D. (DIFS FIT BUT), člen
Bařina David, Ing., Ph.D. (DCGM FIT BUT), člen
Kočí Radek, Ing., Ph.D. (DITS FIT BUT), člen
Vašíček Zdeněk, doc. Ing., Ph.D. (DCSY FIT BUT), člen
Citation
STUPKA, Filip. Detekce kolizí v počítačové grafice. Brno, 2021. Bachelor's Thesis. Brno University of Technology, Faculty of Information Technology. 2021-06-15. Supervised by Pečiva Jan. Available from: https://www.fit.vut.cz/study/thesis/24061/
BibTeX
@bachelorsthesis{FITBT24061,
    author = "Filip Stupka",
    type = "Bachelor's thesis",
    title = "Detekce koliz\'{i} v po\v{c}\'{i}ta\v{c}ov\'{e} grafice",
    school = "Brno University of Technology, Faculty of Information Technology",
    year = 2021,
    location = "Brno, CZ",
    language = "czech",
    url = "https://www.fit.vut.cz/study/thesis/24061/"
}
Back to top