Content deleted Content added
m Rollback to complete history merge |
No edit summary |
||
Line 19:
True micropolygon renderers have always been able to do what sub-pixel-displacement achieved only recently, but at a higher quality and in arbitrary displacement directions.
Recent developments seem to indicate that some of the renderers
In reference to Microsoft's proprietary [[High Level Shader Language]], displacement mapping can be interpreted as a kind of "vertex-texture mapping" where the values of the [[texture map]] do not alter pixel colors (as is much more common), but instead change the position of vertices. Unlike bump, normal and parallax mapping, all of which can be said to "fake" the behavior of displacement mapping, in this way a genuinely ''rough'' surface can be produced from a texture. It has to be used in conjunction with adaptive [[tessellation]] techniques (that increases the number of rendered polygons according to current viewing settings) to produce highly detailed meshes.
|