Texture Mapping
Computer Graphics · Geometry and Intersection · 1974 · texture-mapping.yaml
Assigns surface parameters from an image indexed by per-vertex coordinates, decoupling material detail from geometric density.
- supersedescorrects · extends
- classifiesspecializes · part-of
- substitutes forapproximates · alternative-to
- depends onrequires · validates
Colour is the family; a dashed line is the second member of it.
This node
- requiresdoes not work without Polygon Meshneeds a surface parameterization to index into
Referenced by
- extendsDisplacement Mapping adds capability to thisthe texture moves geometry rather than shading it
- correctsMipmapping fixes a defect in thisminified textures alias badly without prefiltering
References
- Computer Display of Curved Surfaces — Catmull — 1974 · link
- Background — Texture mapping on Wikipedia