Proceedings Article10.1145/1128923.1128939
A post-processing decal texture mapping algorithm on graphics hardware
Wang Jing,Che Yinghui,Hao Aimin +2 more
- 14 Jun 2006
- pp 99-104
TL;DR: A post-processing decal texture mapping algorithm is used to blend the decals into frame buffer after the main rendering stage and implemented as a procedural texture fragment shader on the GPU, and achieved a comparable high real-time rendering performance.
read more
Abstract: This paper discusses the problem of decal texture mapping onto arbitrary surfaces. Most of the current applications using decal textures are using sub-face projection or multi-layer texture blending technique to resolve this problem. Both of these methods are heavy loaded on CPU and the rendering speed is directly related to the number of the decals. In our approach, a post-processing decal texture mapping algorithm is used to blend the decals into frame buffer after the main rendering stage and implemented as a procedural texture fragment shader on the GPU. Our algorithm fully utilized the parallelism nature of GPU, and achieved a comparable high real-time rendering performance.
read more
Chat with Paper
AI Agents for this Paper
Find similar papers on Google Scholar, PubMed and Arxiv
Write a critical review of this paper
Analyze citations of this paper to find unaddressed research gaps
References
•Proceedings Article
A Survey of General-Purpose Computation on Graphics Hardware.
John D. Owens,David Luebke,Naga K. Govindaraju,Mark J. Harris,Jens Krüger,Aaron Lefohn,Timothy John Purcell +6 more
- 01 Jan 2005
TL;DR: The techniques used in mapping general-purpose computation to graphics hardware will be generally useful for researchers who plan to develop the next generation of GPGPU algorithms and techniques.
2.1K
•Book
OpenGL Programming Guide: The Official Guide to Learning OpenGL, Version 1.2
Mason Woo,Jackie Neider,Tom Davis,Dave Shreiner +3 more
- 06 Aug 1999
TL;DR: The OpenGL Programming Guide, Third Edition as discussed by the authors provides a comprehensive and comprehensive information on OpenGL and the OpenGL Utility Library, including detailed explanations of OpenGL functionality and many basic computer graphics techniques such as building and rendering 3D models; interactively viewing objects from different perspective points; and using shading, lighting, and texturing effects for greater realism.
788
Survey of Texture Mapping
Paul S. Heckbert
- 01 Aug 1986
TL;DR: The fundamentals of texture mapping are surveyed, which can be spilt into two topics: the geometric mapping that warps a texture onto a surface, and the filtering necessary to avoid aliasing.
Improving noise
Ken Perlin
- 01 Jul 2002
TL;DR: Two deficiencies in the original Noise algorithm are corrected: second order interpolation discontinuity and unoptimal gradient computation, resulting in Noise both looks better and runs faster.
671
Tile-based texture mapping on graphics hardware
Li-Yi Wei
- 29 Aug 2004
TL;DR: A tile-based texture mapping algorithm by which one only has to physically store a small set of texture tiles instead of a large texture, which minimizes the storage requirement to a small constant, regardless of the size of the virtual texture.
Related Papers (5)
Li-Yi Wei
- 29 Aug 2004
Wu Xingtao
- 21 Dec 2018
Sheng-Yih Guan,Richard G. Lipes +1 more
- 01 May 1994