YASim: Difference between revisions

Jump to navigation Jump to search
268 bytes added ,  3 May 2020
→‎Thruster: example of Thruster definition
(→‎electric-engine: note about electric engine model availability.)
(→‎Thruster: example of Thruster definition)
Line 116: Line 116:
* '''x,y,z:''' The point on the airframe where thrust will be applied.
* '''x,y,z:''' The point on the airframe where thrust will be applied.
* '''vx,vy,vy:''' The direction of the thrust in airframe coordinates. The vector will be normalized automatically, so any non-zero vector will work fine.
* '''vx,vy,vy:''' The direction of the thrust in airframe coordinates. The vector will be normalized automatically, so any non-zero vector will work fine.
Example:
<syntaxhighlight lang="xml" line>
  <thruster x="0" y="0" z="0.03" vx="1" vy="0" vz="0" thrust="6.61">
  <control-input axis="/controls/engines/engine[0]/throttle" control="THROTTLE" src0="-1" src1="1" dst0="-1" dst1="1"/>
  </thruster>
</syntaxhighlight>


==== Jet ====
==== Jet ====
34

edits

Navigation menu