Color Point Cloud based on elevation

POSITION is in model coordinates.

You could use POSITION_ABSOLUTE, which is in world coordinates, and calculate the distance to the ground per point. Keep in mind that POSITION_ABSOLUTE might suffer from precision loss.

1 Like