Skip to content

This repository contains a copy of my diploma thesis as well as some accompanying code and shaders that were used during its creation. The thesis was completed as a requirement for graduating from the Dept. of Computer Science and Engineering, University of Ioannina 5 year integrated master program.

License

Notifications You must be signed in to change notification settings

gtsopus/Diploma_Thesis-MFR_Methods

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Development of Multifragment Rendering Methods for 3D Graphics

Diploma Thesis

Grigorios Tsopouridis

Supervisor: Prof. Ioannis Fudos

Dept. of Computer Science and Engineering, University of Ioannina

This repository contains a copy of my diploma thesis as well as some accompanying code and shaders that were used during its creation. The thesis was completed as a requirement for graduating from the Dept. of Computer Science and Engineering, University of Ioannina 5 year integrated master program.


I would also like to thank Dr. Andreas-Alexandros Vasilakis for his support throughout this thesis.

Aim

The goals of this thesis were:

  • Implement, compare and test different MFR algorithms.
  • Try to improve the image quality of existing MFR methods by incorporating deep learning techniques.

Abstract

Modern graphics applications use effects such as transparency or translucency, which are difficult to be rendered correctly. These are just some of the uses of multifragment rendering methods, which require operations on multiple fragments located at the same pixel position to be rendered correctly. Presently, several such methods have been developed that process one to multiple fragments per pixel per rendering pass to produce such multi-fragment effects. Each method differs from the other methods in terms of performance and memory consumption, resulting in different rendering quality and performance, allowing us to choose the most appropriate method for each use case. Several well-known multi-fragment rendering methods (A-Buffer, k-Buffer) and some of their variants are presented, implemented, experimented on, and the results are then briefly presented.

Furthermore, a new method, Deep Learning Variable k-Buffer, is introduced. Deep Learning Variable k-Buffer attempts to approximate the quality of the memory-intensive A-Buffer, which provides the best visual results, combined with the low memory consumption of Variable k-Buffer by using deep learning to predict an importance value for each pixel.

Finally, a comparison between the results of the proposed method and those of other already established multifragment rendering methods is provided, to evaluate and present their rendering quality and performance.

Source Code

A shader source code bundle for solving the visibility determination problem in screen space is provided. This collection includes the implemented multifragment rendering methods: the A-Buffer, k-Buffer, Variable k-Buffer, S-Buffer and the neural network model files.

Method Implementation 1 Implementation 2
A-Buffer AB Linked List AB Fixed Array
k-Buffer KB - Pixel Synchronized X
Variable k-Buffer VKB X
S-Buffer SB X

References:

All appropriate references included in .pdf file.

About

This repository contains a copy of my diploma thesis as well as some accompanying code and shaders that were used during its creation. The thesis was completed as a requirement for graduating from the Dept. of Computer Science and Engineering, University of Ioannina 5 year integrated master program.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published