DocsNodesFields

Position

Where each point is along one axis, as a value that varies across the shape.

height, altitude, along axis, gradient, world position, above, below
Category
Fields
Outputs
field
Runs live in
Godot, Roblox

The simplest field there is, and the one most others build on. Pick an axis and every point reports how far along it sits.

That is what makes anything height-based work: colour by altitude, displace only above a line, delete everything below the water. Send it through Compare for a hard edge or Map Range for a soft one.

Inputs

SocketTypeWiring

Parameters

NameTypeDefaultAvailable whenWhat it does
Axisx | y | zyalways

Built with this node

See also

  • compareTo turn the height into a selection with a hard edge.
  • colorRampTo turn it into colour, which is the fastest way to see what a field is doing.

Open the editor and try it