Doc:Glossary/Displacement Mapping
< Doc:Glossary
2011年10月15日 (土) 18:54時点におけるwiki>Mindronesによる版 (moved Doc:Reference/Glossary/Displacement Mapping to Doc:Glossary/Displacement Mapping)
Displacement Mapping
Uses a greyscale heightmap, like Bump Mapping, but the image is used to physically move the vertices of the mesh at render time. This is of course only useful if the mesh has large amounts of vertices, but the (relatively) new "Simple Subdiv" subsurf option allows you to add more vertices at render time which will be moved by the displacement. This makes it much slower than Bump Mapping, as there need to be many more faces to render, but it is much more realistic.