1
0
Fork 0

Add docs for the "thruster" tag

This commit is contained in:
andy 2007-08-13 19:40:57 +00:00
parent 0a92d4c802
commit 2306212fb7

View file

@ -163,6 +163,18 @@ flap0, flap1, slat, spoiler:
angle by which the stall AoA is translated by the angle by which the stall AoA is translated by the
slat extension. slat extension.
thruster: A very simple "thrust only" engine object. Useful for
things like thrust vectoring nozzles. All it does is map
its THROTTLE input axis to its output thrust rating. Does
not consume fuel, etc...
thrust: Maximum thrust in pounds
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.
jet: A turbojet/fan engine. It accepts a <control> subelement to map a jet: A turbojet/fan engine. It accepts a <control> subelement to map a
property to its throttle setting, and an <actionpt> subelement property to its throttle setting, and an <actionpt> subelement
to place the action point of the thrust at a different to place the action point of the thrust at a different