-
Notifications
You must be signed in to change notification settings - Fork 538
Description
I'm submitting a ...
- bug report
- feature request
- support request => Please do not submit support request here, see note at the top of this template.
Describe the issue
I'm using a CIGI based image generator which can be queried for terrain elevation at specific points.
One can create custom ground callback implementations in JSBSim, but that approach doesn't really work when using
CIGI which requires you to query the IG over network.
My request would be to allow setting terrain elevation for each FGLGear instance. That way user could setup CIGI
Height of Terrain requests for each gear and use the provided value for each FGLGear.
Currently it is possible to work around this by calculating ground normal below aircraft and calculating elevations for each gear position relative to aircraft center with vector maths, but this is quite complex and doesn't work well in all situations.