[][src]Module pbrt::core::texture

Texture is a template class parameterized by return type of its evaluation function. This design makes it possible to reuse almost all of the code among textures that return different types. PBRT currently uses only Float and Spectrum textures.

Structs

PlanarMapping2D
UVMapping2D

Traits

Texture
TextureMapping2D

Functions

lanczos