PrincetonComputer SciencePIXL GroupPublications → [Praun et al. 2000] Local Access
Lapped Textures

Proceedings of ACM SIGGRAPH 2000, July 2000

Emil Praun, Adam Finkelstein, Hugues Hoppe
Abstract

We present a method for creating texture over an arbitrary surface mesh using an example 2D texture. The approach is to identify interesting regions (texture patches) in the 2D example, and to repeatedly paste them onto the surface until it is completely covered. We call such a collection of overlapping patches a lapped texture. It is rendered using compositing operations, either into a traditional global texture map during a preprocess, or directly with the surface at runtime. The runtime compositing approach avoids resampling artifacts and drastically reduces texture memory requirements.

Through a simple interface, the user specifies a tangential vector field over the surface, providing local control over the texture scale, and for anisotropic textures, the orientation. To paste a texture patch onto the surface, a surface patch is grown and parametrized over texture space. Specifically, we optimize the parametrization of each surface patch such that the tangential vector field aligns everywhere with the standard frame of the texture patch. We show that this optimization is solved efficiently as a sparse linear system.
Links
Citation

Emil Praun, Adam Finkelstein, and Hugues Hoppe.
"Lapped Textures."
Proceedings of ACM SIGGRAPH 2000, pp. 465-470, July 2000.

BibTeX

@inproceedings{Praun:2000:LT,
   author = "Emil Praun and Adam Finkelstein and Hugues Hoppe",
   title = "Lapped Textures",
   booktitle = "Proceedings of ACM SIGGRAPH 2000",
   year = "2000",
   month = jul,
   pages = "465--470"
}