douira

Logo

My personal website

View My GitHub Profile

Hello there 👋

My internet name is douira.

I very recently completed my Master’s of Computer Science at the University of Lübeck and am now looking for a job. Let me know if you have something exciting! I’m interested in algorithm development, complexity theory, generative art, game technology, and interface design.

My Projects

Master’s Thesis

Implementation and Analysis of Geometric Algorithms for Translucency Sorting in Minecraft

Click to read the abstract Ordering translucent quadrilaterals (quads) by descending depth produces a correct image with alpha-blended translucency. Generating such an order efficiently with a moving camera is challenging in general. Since translucency is common in computer graphics, a multitude of techniques have been developed for it, but none is universally optimal. This work implements quad-based translucency sorting in Sodium, a Minecraft modification focused on rendering performance. A sort order is obtained by topologically sorting a visibility graph over the quads with respect to a polytope of view points. However, this algorithm's quadratic runtime and potential for sort failure when being approximated limit its suitability to static sorting. Axis-aligned multi-partition trees without quad fragmentation can be used instead. They are efficiently built with a projected interval scanning algorithm and generate dynamic sort orders 60 percent faster than sorting quads by distance. Together, these techniques improve visual correctness and provide a performant translucency sorting system. Unaligned partitioning, although not necessary for Minecraft, fully exploits partitionable geometry and lends itself to interpretation in parameter space. It is given a polynomial upper bound and options for transferring a lower bound from linear constraint solving.


You can download the thesis text and accompanying presentation.

If the math is actually wrong somewhere, that would be good to know but so far nobody has noticed any issues. If you want to cite this in your own scientific work: you probably shouldn’t, because it’s not a journal-published work, but please get in contact with me in that case. Usual copyright applies. Let me know if you have any questions!

The text serves documentation of the implemented theoretical concepts, but doesn’t go into many implementation details. These two PRs #2016 #2352 are the implementation of translucency sorting in Sodium.

Errata

Figure 5.2 and the associated caption wrongly state that no instances of aligned unsortable yet non-intersecting geometry exist. Aligning the quads in Figure 2.2 to the axes if they are sufficiently long seems to produce a counter-example. This has no effect on other statements made throughout the text.

ko-fi

This page

…is pretty bare bones. I’ll add some more to it and make it nicer in the future. Jekyll is very cool though!