AI Systems: Difference between revisions

Jump to navigation Jump to search
278 bytes added ,  7 November 2017
Line 47: Line 47:
* They can move according to an internal [[Flight Dynamics Model|FDM]] (flight dynamics model).
* They can move according to an internal [[Flight Dynamics Model|FDM]] (flight dynamics model).


Details regarding each object (e.g. available properties) can be found in the source files in <code>flightgear/src/AIModel/</code> e.g. <code>AIStorm.hxx</code>.
Details regarding each object (e.g. available properties) can be found in the source files in <code>flightgear/src/AIModel/</code> e.g. <code>AIStorm.hxx</code>. Common properties are in <code>AIBase</code>. Look for section <code>private:</code> in the file to find the properties and related comments (e.g. <code>double diameter;      // diameter of turbulence zone, in nm</code>) to get additional information like the units to be used.


=== Selecting Scenarios ===
=== Selecting Scenarios ===
648

edits

Navigation menu