Essays about: "Bresenham"

Found 2 essays containing the word Bresenham.

  1. 1. 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

  2. 2. Implementation of a 2D Game Engine Using DirectX 8.1

    University essay from Institutionen för informationsteknologi

    Author : Martin Persson; Daniel Lindsäth; [2004]
    Keywords : Platform Game; 2D; DirectX; Game Engine; Game Physics; Bitmap; Collision Detection; Bresenham;

    Abstract : This paper describes our game engine written in C++, using the DirectX libraries for graphics, sound and input. Since the engine is written using DirectX, an introduction to this system is given. The report gives a description of the structure of the game and the game kernel. READ MORE