Does anyone know how to get the y position of my terrain's mesh (ground height)? I'm using HTerrain plugin.
in "res://addons/zylann.hterrain/hterraindata.gd" there is a function called: 'getheight_at()' that says it gets the non-scaled height of x,z...but it doesn't seem to be working properly even when I factor in the terrain map scale.
I know this plugin can do this as places grass on my terrain perfectly according to height..I'll look into that functionality and maybe find something..
If anyone knows how to do it tho, that'd save me a lot of time :)
Thanks!