Essays about: "rasterization"

Showing result 1 - 5 of 21 essays containing the word rasterization.

  1. 1. Performance comparison of WebGPU and WebGL in the Godot game engine

    University essay from Blekinge Tekniska Högskola/Fakulteten för datavetenskaper

    Author : Emil Fransson; Jonatan Hermansson; [2023]
    Keywords : Game Engine; Performance Overhead; Rendering; WebGPU; WebGL; Spelmotor; Prestandakostnader; Rendering; WebGPU; WebGL;

    Abstract : Background. For rendering graphics on the web, WebGL has been the standard API to employ over the years. A new technology, WebGPU, has been set to release in 2023 and utilizes many of the novel rendering approaches and features common for the native modern graphics APIs, such as Vulkan. READ MORE

  2. 2. Automatic text placement on maps using deep learning keypoint detection models

    University essay from Lunds universitet/Institutionen för naturgeografi och ekosystemvetenskap

    Author : Azin Khosravi Khorashad; [2022]
    Keywords : machine learning; Stacked hourglass networks; attention mechanism; CNN; geomatics; Earth and Environmental Sciences;

    Abstract : Labeling the map is one of the most essential parts of the cartographic process that requires a huge time and energy. It is proven that the automation of map labeling is an NP-hard problem. There have been many research studies that tried to solve it such as rule-based methods, metaheuristics, and integer programming. READ MORE

  3. 3. Hybrid Rendering in 3D Map-Based Grand Strategy Games

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

    Author : Kajsa Buckard; [2022]
    Keywords : Computer graphis; ray tracing; rasterization; strategy games; Datorgrafik; strålspårning; rastrering; strategispel;

    Abstract : Ray tracing comes together with a tremendous computational cost [1]. Therefore, Keller et al., expressed that possible cost reduction appears when a hybrid rendering pipeline is implemented by combining rasterization and ray tracing, which have already been introduced to the film and game industries. READ MORE

  4. 4. Managing Coherency in Real-TimeRay Tracing

    University essay from Uppsala universitet/Institutionen för informationsteknologi

    Author : Fabio Camaiora; [2021]
    Keywords : ;

    Abstract : In recent years, ray tracing’s popularity in real-time rendering wasboosted by the introduction of GPUs which supported hardwareacceleration for ray tracing routines, which sped up the computationtime considerably. In spite of this, ray tracing is still expensive, andas such, most developers enhance their graphical applications with onlyselected raytraced effects, while still relying on rasterization for thecore visual component. READ MORE

  5. 5. A Performance Comparison of Dynamic- and Inline Ray Tracing in DXR : An application in soft shadows

    University essay from Blekinge Tekniska Högskola/Fakulteten för datavetenskaper

    Author : Joakim Sjöberg; Filip Zachrisson; [2021]
    Keywords : dynamic ray tracing; inline ray tracing; hard shadows; soft shadows; rendering; dynamisk strålspårning; inline strålspårning; hårda skuggor; mjuka skuggor; rendering;

    Abstract : Background. Ray tracing is a tool that can be used to increase the quality of the graphics in games. One application in graphics that ray tracing excels in is generating shadows because ray tracing can simulate how shadows are generated in real life more accurately than rasterization techniques can. READ MORE