Essays about: "GLSL"

Showing result 1 - 5 of 12 essays containing the word GLSL.

  1. 1. Physically-Based Animation of Fire for Android

    University essay from Göteborgs universitet/Institutionen för data- och informationsteknik

    Author : FREDRIK ALBERS; KARL ANDERSSON; ANTON FORSBERG; LOVISA GRAHN; DANIEL OLSSON; AXEL SVENSSON; [2020-10-29]
    Keywords : Fire simulation; Fire simulation Android; Fluid dynamics Android; Wavelet Turbulence; Simulation GPU; Fire simulation 3D;

    Abstract : Animation of fire and fluids has been around for at least 20 years in the field of computer graphics. These animations have over the years progressed into real-time simulations running on the GPU and further refined, thanks to modifications such as vorticity and wavelet turbulence, adding higher visual detail. READ MORE

  2. 2. 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. 3. An optimal solution for implementing a specific 3D web application

    University essay from Uppsala universitet/Institutionen för informationsteknologi

    Author : Mathias Nordin; [2016]
    Keywords : ;

    Abstract : WebGL equips web browsers with the ability to access graphic cards for extra processing power. WebGL uses GLSL ES to communicate with graphics cards, which uses different instructions compared with common web development languages. In order to simplify the development process there are JavaScript libraries handles the communication with WebGL. READ MORE

  4. 4. Implementing Object and Feature Detection Without Compromising the Performance

    University essay from Linköpings universitet/Programvara och system

    Author : Jonas Gerling; [2016]
    Keywords : ;

    Abstract : This thesis will cover how some computationally heavy algorithms used in digital image processing and computer vision are implemented with WebGL and computed on the graphics processing unit by utilizing GLSL-shaders. This thesis is based on an already implemented motion detection plug-in used in web based games. READ MORE

  5. 5. Enhanced Full-body Motion Detection for Web Based Games using WebGL

    University essay from Linköpings universitet/Institutionen för datavetenskap; Linköpings universitet/Tekniska fakulteten

    Author : Oskar Havsvik; [2015]
    Keywords : Motion Detection; Image Processing; WebGL; GLSL;

    Abstract : By applying the image processing algorithms used in surveillance systems on video data obtained from a web camera, a motion detection application can be created and incorporated into web based games. The use of motion detection opens up a vast field of new possibilities in game design and this thesis will therefore cover how to create a motion detection JavaScript module which can be used in web based games. READ MORE