Doc:Glossary/Displacement Mapping

提供: wiki
< 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.