Skip to main content
2 of 3
Minor grammar fixes, markdown formatting
liggiorgio
  • 5.5k
  • 6
  • 27
  • 38

Vertex Displacement Shader Graph With The Camera Moving Issue

I have a foliage sway shader, that works well.

enter image description here

enter image description here

But when the camera moves the vertex displacement stops:

enter image description here

And the weird thing also is that if I move the camera to the right nothing seems to happen, but moving the camera only to the left causes the issue.

Googling shows that the position node's world space takes camera position into account, and the presumed fix is to change all position nodes to absolute world space, and also make the transform node convert from absolute world to object space. But that didn't fix it sadly. Any ideas could help, thank you.