Advanced weather: Difference between revisions

Jump to navigation Jump to search
m
→‎Related Discussions: http://forum.flightgear.org/viewtopic.php?f=69&t=23120&p=210238#p210193
m (→‎Related Discussions: http://forum.flightgear.org/viewtopic.php?f=69&t=23120&p=210238#p210193)
Line 99: Line 99:


as this will make the pressure at position ''i'' equal to ''p_i'' and lead to the average of the individual pressures if the distance to all METAR stations is the same.
as this will make the pressure at position ''i'' equal to ''p_i'' and lead to the average of the individual pressures if the distance to all METAR stations is the same.
== Creating custom Weather Tiles ==
You probably want to have a look at the effect volume management routines. Basically you want to write something analogous to thermal_lift_start(), thermal_lift_stop() and thermal_lift_loop() in /Nasal/local_weather/local_weather.nas and use the management routines of effect_volume_loop()
<syntaxhighlight lang="nasal">
</syntaxhighlight>
If you have a Nasal subroutine creating the wind field, Thorsten (get in touch via the forum) volunteers to provide integration help you with implementing it in the correct places.


== Related Discussions ==
== Related Discussions ==

Navigation menu