Hi
I have a chopper flying above a terrain. The terrain is loaded “manually” with a TriangleArray.
I have chosen (0, 0, 1) as up-direction.
What I want: Given the (choppers) x,y coords, what is the altitude?
In hope of getting any hints I read a tutorial on terrain-following. It used a “picking” approach. Is this what I need?
I could handle it myself if I knew what triangle the chopper was above.
I’m not very experianced with java3d so please be careful with explanation-shorcuts.