Relief Mapping / Parallax Occlusion Mapping (C++, Irrlicht, GLSL)

The shader uses an albedo texture, a normal map and a height map to create the illusion of depth on a flat plane. Each surface requires a normal, t...
Back to Top