exhaust
The XYZ position(s) of exhaust plume(s), and the XYZ of the plume shape, ergo
x y z width height length
x y z is the position relative to the origin of the main model.
width in meters, how wide a plume is on x axis. (x radius)
height in meters, how tall a plume is on y axis. (y radius)
length in meters, how long a plume is on z axis. (This value is in current Oolite versions ignored. Length is now derived from the ships speed)
Below are 2 assigned plumes at coords 5, 0, -25 and -5, 0, -25, and each plume is 6 m wide and 4 m tall. (length info is ignored)
Example:
"exhaust" = (
"5 0.0 -25 6.0 4.0 10.0",
"-5 0.0 -25 6.0 4.0 10.0"
);
Can someone give a definite answer (and correct the Wiki entry), are the exhaust plume shape X & Y values radius or diameter values?