Wind and oapiGetWindVector

cristiapi

New member
Joined
May 26, 2014
Messages
222
Reaction score
0
Points
0
Location
Ancona
I downloaded Orbiter Beta r.14 and I read in "API_Reference.pdf" the warning: "Local wind velocities are not currently implemented.". Does that mean that the new edition of Orbiter won't support the local wind?

The function oapiGetWindVector is very good because it allows to query the wind state for any location and celestial body (not only for the focused ship). But is there any chance to add the time?
Something like this:
OAPIFUNC VECTOR3 oapiGetWindVector ( OBJHANDLE hPlanet, double lng, double lat, double alt, double mjd, int frame= 0, double ∗ windspeed = NULL ).
 
Top