Position Node
Gives you the current position that the SDF is being calculated at. Recall that the SDF is a function that calculates the signed distance to a surface at a given point, and that the Terrain Graph that you create defines this function. The position node gives you the input position to the function in world space. For a more comprehensive explanation of SDFs, go here.
Outputs:
position
: The position.