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.
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.