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

Given how the parallax thing has been implemented in the nme, you can’t rely on the those properties of the texture, you need to apply the transformations directly on the uvs:

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

2 Likes