Quantcast
Channel: Intel Developer Zone Articles
Viewing all articles
Browse latest Browse all 3384

Avoiding Texture Seams by Discarding Filter Taps

$
0
0

Avoiding Texture Seams by Discarding Filter Taps

Robert Toth
Intel Corporation

Editor: Stephen Hill
Ubisoft

Editor-in-Chief: Morgan McGuire
NVIDIA & Williams College

Mapping textures to complex objects is a non-trivial task. It is often desirable or even necessary to map separate textures to different parts of an object, but it may be difficult to obtain high-quality texture filtering across the seams where textures meet. Existing real-time methods either require significant amounts of memory, prohibit use of wide texture filters, or have a high complexity. In this paper, we present a new method for sampling textures which is surprisingly simple, does not require padding, and results in high image quality. The method discards filter taps that extend beyond the texture boundary and relies on multisample antialiasing in order to produce good image quality. Our method is suitable for real-time implementations of rectangular-chart-based assets, such as per-patch texturing(e.g. Ptex).

A Compressed Depth Cache [PDF 2.40MB]
BibTex 397
Supplemental Results [ZIP 65.3MB]

Citation: Robert Toth, Avoiding Texture Seams by Discarding Filter Taps, Journal of Computer Graphics Techniques (JCGT), vol. 2, no. 2, 91-104, 2013

Available onlinehttp://jcgt.org/published/0002/02/07/


Viewing all articles
Browse latest Browse all 3384

Trending Articles