0

The Position node is missing. I don't know how to fix this. I googled, but what I found does not relate to my current problem.

Position Node missing

quellenform
  • 35,177
  • 10
  • 50
  • 133
Ashley
  • 1

1 Answers1

1

The Position geometry node is only available in 3.0+ versions of the Geometry Nodes editor, not the Shader Editor.

You can either use a Texture Coordinate node to get the local position of geometry or use the Position output of a Geometry node to get the world position.

Gorgious
  • 30,723
  • 2
  • 44
  • 101