Analysis of Mutable Game Environments Built on a Tetrahedral Mesh : Tetras, a Potential Alternative to Voxels

University essay from KTH/Skolan för elektroteknik och datavetenskap (EECS)

Abstract: Historically 3D game environments have almost always been immutable. Mutable environments are a technical challenge that will affect performance. For games of the future to continue approaching realism, mutable environments are an essential step. Popularized by the game title Minecraft (2009), the use of voxel engines in games has become increasingly common. However, by the nature of the discrete position of voxels, the method is limited in representing arbitrary polyhedral shapes like angled slopes. It also prohibits smooth mutations including proper movement and rotation of objects within the voxelization. This is generally mitigable with more voxels. However, this paper proposes a more precise solution to the problem. A tetrahedral mesh engine (tetra engine). By altering tetrahedral topology, vertex positions, and material of individual tetrahedrons, tetras are intended to solve the issue of arbitrary polyhedral shapes for voxels. Additionally, the tetrahedral mesh shows other promises such as providing a robust collision detection method and as an acceleration structure for e.g. raycasting. The research question can be summarized as investigating the feasibility of a tetra engine as a mutable game environment. 3 sub-research questions are given: The first regarding performance, the second regarding robustness, and the third different types mutations. The research questions are addressed along with a proof of concept (POC). The POC intends to investigate a proposal for the most efficient robust solution possible for the most basic mutation type known as edits. Because of time constraints, it does not cover all parts of the research questions but works as a bottom-up approach to understand what is required to realize a full-fledged tetra engine. Thus, a large part of the research question is answered theoretically both hypothetically with grounds from the POC and through previous work. The result shows a much more critical robustness consideration than expected and suggests relying on slower but more robust algorithms that are known to work. In conclusion, nothing suggests that a scalable future-proof tetra engine is impossible, but the algorithms required are much less efficient than those for voxels and robustness is an issue to overcome. However, numerous hypothetical advantages particularly regarding deformation and fluid simulation are still recognized and it is not obvious that future mutable environments would not benefit from a tetra engine rather than voxels.

  AT THIS PAGE YOU CAN DOWNLOAD THE WHOLE ESSAY. (follow the link to the next page)