Ok, so I have run into a snag with a program I am trying to maintain
where I need to determine the Z coordinate on the plane given an (X,Y)
coordinate set. My client would like an object that loads an
Openflight .flt file and then allows them to pass in to another
function the X and Y coordinate and return the Z or multiple Z
coordinates for that X,Y location.
Could someone explain how I can create that function? I am looking
into the OpenSceneGraph and NVisia Scene Graph libraries right now,
but I'm on a time crunch due to the developer who was working on this
project having left the company.
Thanks.