Hi there. I’ve been working on a parallax mapping shader, using the iterative parallax mapping method. The number of iterations is currently a dynamic parameter, but for best performance I’ll also release some versions with a fixed number of iterations. It also has a customizable offset-limiting factor, which lets you reduce texture swimmimg at low surface viewing angles, at the cost of reducing the strength of the effect.
Since it’s just multiple iterations of classic parallax mapping, and not parallax occlusion mapping or any newer techniques, that means that it technically doesn’t have self-occlusion, it just stretches and scrunches the texture in different places. But it’s fast and looks good. You can get good results with only 2 iterations, which means only 2 additional texture samples are needed.
The actual shader will be up soon, I have some things I need to finish. For now, here are some screenshots. First image is without parallax, second is with.