Essays about: "vertex shader"

Showing result 1 - 5 of 8 essays containing the words vertex shader.

  1. 1. Interactive Visualization of Air Traffic in OpenSpace

    University essay from Linköpings universitet/Medie- och Informationsteknik; Linköpings universitet/Tekniska fakulteten

    Author : Adrian Andersson; Joel Paulsson; [2021]
    Keywords : ;

    Abstract : This thesis report presents a master’s thesis project in Media Technology by two students from Linköping University, Sweden. The project was implemented in collaboration with the Visualization Center C and Linköping University during the spring of 2021 resulting in the creation and development of two spatiotemporal visualizations featuring air traffic data in the OPENSPACE software. READ MORE

  2. 2. Skeletal Animation Optimization Using Mesh Shaders

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

    Author : Peyman Torabi; [2019]
    Keywords : Turing Mesh Shaders; Skeletal Animation; Skinning; Turing Mesh Shaders; Skeletal Animation; Skinning.;

    Abstract : Background. In this thesis a novel method of skinning a mesh utilizing Nvidia’sTuring Mesh Shader pipeline is presented. Skinning a mesh is often performed with a Vertex Shader or a Compute Shader. READ MORE

  3. 3. Per-face parameterization for Texture Mapping of Geometry in Real-Time

    University essay from Linköpings universitet/Medie- och Informationsteknik; Linköpings universitet/Tekniska högskolan

    Author : Johan Noren; [2014]
    Keywords : meshcolors; mesh; colors; uv; texture; texturemapping; parametrization; dice; frostbite; mt; Datateknik; Datateknik;

    Abstract : We investigate the mesh colors method for per-face parameterization for texture-mapping of geometry, implemented in the game engine Frostbite 3, for the purpose of evaluating the method compared to traditional texture-mapping in a real-time application. Traditional UV-mapping often causes discontinuities which commonly results in visible seams in the end results. READ MORE

  4. 4. Deferred rendering using Compute shaders

    University essay from Blekinge Tekniska Högskola/Sektionen för datavetenskap och kommunikation

    Author : Benjamin Golba; [2010]
    Keywords : Deferred rendering; DirectX; Direct3D; Vertex shader; Pixel shader; Compute shader;

    Abstract : Game developers today are putting a lot of effort into their games. Consumers are hard to please and demand a game which can provide both fun and visual quality. This is why developers aim to make the most use of what hardware resources are available to them to achieve the best possible quality of the game. READ MORE

  5. 5. HaGPipe : Programming the graphics pipeline in Haskell

    University essay from Akademin för innovation, design och teknik

    Author : Tobias Bexelius; [2009]
    Keywords : Haskell; GPU; graphics; functional programming; shaders;

    Abstract :   In this paper I present the domain specific language HaGPipe for graphics programming in Haskell. HaGPipe has a clean, purely functional and strongly typed interface and targets the whole graphics pipeline including the programmable shaders of the GPU. It can be extended for use with various backends and this paper provides two different ones. READ MORE