Josh Babcock wrote: > How difficult would it be to make a nasal function call that would > return the lat/lon/alt of the point on the ground under the cursor?
You certainly can't do it in Nasal alone. Code would have to be written to project a line between the eyepoint and the cursor location and intersect this with the scene graph, convert to the global cartesian coordinate system, then to a WGS84 coordinate. Non-trivial, sadly. But not impossible. Andy _______________________________________________ Flightgear-devel mailing list [email protected] http://mail.flightgear.org/mailman/listinfo/flightgear-devel 2f585eeea02e2c79d7b1d8c4963bae2d
