A Blender add-on that provides custom nodes for creating parallax mapping effects in shader materials. Many parallax node setups already exist, so the concept itself isn’t new. What makes this one truly different is its user-friendly design. Instead of a complex node group, this implementation is a single, special node that directly contains the Height Map texture and allows you to control the iteration count internally by adjusting the step parameter.
Parallax mapping is a technique used in 3D graphics to enhance the illusion of depth and detail on flat surfaces without adding actual geometry. It works by displacing texture coordinates based on a height map (elevation image) and the viewing angle, creating the appearance of surface relief and depth.
Shift + A to open the Add menuParalax Nodes > ParallaxClosure setup:
![]()
Image setup:
![]()
The Parallax node provides several adjustable parameters:
This add-on implements parallax occlusion mapping using multiple texture sampling iterations. Each iteration refines the texture coordinate offset based on the height map, creating a convincing depth effect that responds to viewing angle changes.
Some code in this project is adapted from or inspired by the Noise Nodes add-on by haseebahmed295.
This project is licensed under the GNU General Public License v3.0 or later. See the license headers in the source files for details.
For issues, questions, or contributions, please contact: crantisz@gmail.com
Take a look at my other goods: Synchronize Workspaces | Folds Modifier | Quick Groups | Staircase Generator
Added a new Camera Type setting to improve parallax behavior with panoramic cameras.
This change is justified by known Blender panoramic/vector transform issues (see Blender bug report). The previous automatic fix approach could produce visual artifacts, so it has been removed and replaced with explicit per-camera fix modes.
Default - no fix
Use for standard (non-panoramic) cameras: Perspective, Orthographic and Custom cameras
Panoramic
Use for panoramic cameras except Mirror Ball.
Mirror Ball
Use for panoramic cameras in Mirror Ball mode.
This extension does not require special permissions.
It doesn't work, it's rubbish !
Install the latest version, please. Old versions have some bugs.
Fantastic addon!