Terrain Height
by Lally Singh · in Technical Issues · 02/18/2008 (3:45 pm) · 2 replies
How do I get the height of the terrain at a given spot?
E.g. I have a given X & Y coord, but I'd like to know the appropriate Z coordinate for someone standing at that spot.
Thanks in advance!
-Lally
E.g. I have a given X & Y coord, but I'd like to know the appropriate Z coordinate for someone standing at that spot.
Thanks in advance!
-Lally
About the author
Torque 3D Owner Matthew Jessick
where the numbers are the x,y coordinates
or do something like:
%z = getTerrainHeight(%x SPC %y);