Is there the way to use Parallax Mapping for node material?

You need to help the system a bit so that the parallax code is generated in the fragment shader and not in the vertex shader by setting the target of the Add block to Fragment:

https://playground.babylonjs.com/#NSG82E#4

1 Like