Parallax Mapping and Parallax Occlusion Mapping (POM) effects using a heightmap.
NOTE: Due to POM 's high shading cost, we strongly recommend only using it in deferred mode.
Parameters
| Name | Type | Description |
|---|---|---|
| Mode | Dropdown | Parallax mode. (Parallax, POM) |
| Heightmap(G) | Data Map | (G) Heightmap used for parallax displacement. |
| Height | Float [0-0.08] | Intensity of parallax effect. |
| Min Samples | Float [1-x] | Number of ray samples used for POM when the surface is viewed directly. |
| Max Samples | Float [1-x] | Number of ray samples used for POM when the surface is viewed at grazing angles. |