From 67cbc121d3d8f10ed46d3bc3be1dea07b70b0203 Mon Sep 17 00:00:00 2001 From: andy Date: Mon, 9 Jul 2007 19:51:41 +0000 Subject: [PATCH] Maik: remove redundant (and innapropriate in the YASim core) property interface for the rotorgear. --- Docs/README.yasim | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/Docs/README.yasim b/Docs/README.yasim index 318c1e780..68c2de1b3 100644 --- a/Docs/README.yasim +++ b/Docs/README.yasim @@ -757,9 +757,23 @@ rotor: A rotor. Used for simulating helicopters. You can have one, two balance: The balance of the rotor. 1.0: the rotor is 100% balanced, 0.0: half of the blades are missing. Use a value near one (0.98 ... 0.999) to add some vibration. + tiltcenterx: + tiltcentery: + tiltcenterz: The center for the tilting of the complete rotorhead/ + mast. Can be used for simulating of the Osprey or small + autogyros. + mintiltyaw: + mintiltpitch: + mintiltroll: + maxtiltyaw: + maxtiltpitch: + maxtiltroll: The limits (in degree) for tilting the rotor head All rotor can have subelements for the cyclic (CYCLICELE, CYCLICAIL) and collective (COLLECTIVE) input. + and can have subelements for the tilting the whole rotor + head around the y-axis (TILTPITCH), the x-axis (TILTROLL) and the + z-axis (TILTYAW). rotorgear: If you are using one ore more rotors you have to define a rotorgear. It connects all the rotors and adds a simple engine. @@ -795,18 +809,12 @@ rotorgear: If you are using one ore more rotors you have to define a ROTORBRAKE: rotor brake ROTORRELTARGET: the target rpm of the engine relative to the "normal" value for the governor. Default is - 1. Additionally you can modify this value in - the property tree (/rotors/gear/target-rel-rpm) - limited internally to 2.5 + 1. ROTORENGINEMAXRELTORQUE: the maximum torque of the engine relativ to the torque defined by the engine- power. Default is 1. By setting the rel-target to a large number you get control over the - engine by this control. Additionally you can - modify this value in the property tree - (/rotors/gear/max-rel-torque) + engine by this control. Alternativ you can use these two values for individual start-up sequences (see the s58) - The rotor simulation is still "beta". -