Essays about: "OpenGL"

Showing result 16 - 20 of 92 essays containing the word OpenGL.

  1. 16. Light Performance Comparison betweenForward, Deferred and Tile-basedforward rendering

    University essay from Blekinge Tekniska Högskola/Institutionen för datavetenskap

    Author : Vladislav Poliakov; [2020]
    Keywords : Forward rendering; Deferred rendering; Tile-based forward rendering; Forward-plus rendering; Pointlight implementation.;

    Abstract : Background. In this experiment forward, deferred and tile-based forward rendering techniques are implemented to research about the light-rendering performance of these rendering techniques. Nowadays most games and programs contains a graphical content and this graphical content is done by using different kind of rendering operations. READ MORE

  2. 17. A Comparison of Optimal Scanline Voxelization Algorithms

    University essay from Linköpings universitet/Informationskodning

    Author : Tim Håkansson; [2020]
    Keywords : CUDA; GLSL OpenGL; Computer Graphics; Voxelization; Optimal Scanline; Bresenham;

    Abstract : This thesis presents a comparison between different algorithms for optimal scanline voxelization of 3D models.As the optimal scanline relies on line voxelization, three such algorithms were evaluated. These were Real Line Voxelization (RLV), Integer Line Voxelization (ILV) and a 3D Bresenham line drawing algorithm. READ MORE

  3. 18. Real-time Terrain Deformation with Isosurface Algorithms

    University essay from Blekinge Tekniska Högskola/Institutionen för datavetenskap

    Author : Olle Nässén; Edvard Leiborn; [2019]
    Keywords : Isosurface; Marching Cubes; Terrain Deformation; OpenGL; Compute Shader;

    Abstract : Background. Being able to modify virtual environments can create immersive experiences for video-game players. Storing data as volumetric scalar fields allows for highly modifiable 3D environments that can be converted into GPU-friendly triangles with isosurface algorithms. READ MORE

  4. 19. Documenting and Improving the Design of a Large-scale System

    University essay from Linköpings universitet/Programvara och system

    Author : Gabriel Toresson; [2019]
    Keywords : system architecture; system design; design patterns; software quality attributes; opengl; c ; Qt; qt connect; uml; sequence diagrams; evaluation; event; component; event-based; component-based;

    Abstract : As software systems become increasingly larger and more complex, the need to make them easily maintained increases, as large systems are expected to last for many years. It has been estimated that system maintenance is a large part of many IT-departments’ software develop­ment costs. READ MORE

  5. 20. Cascaded Voxel Cone-Tracing Shadows : A Computational Performance Study

    University essay from Blekinge Tekniska Högskola/Institutionen för datavetenskap

    Author : Sjödahl Dan; [2019]
    Keywords : shadows; voxel cone-tracing; rendering; real-time;

    Abstract : Background. Real-time shadows in 3D applications have for decades been implemented with a solution called Shadow Mapping or some variant of it. This is a solution that is easy to implement and has good computational performance, nevertheless it does suffer from some problems and limitations. READ MORE