]> git.mxchange.org Git - flightgear.git/blobdiff - docs-mini/README.xmlsound
call puaLargeInput's checkKey() if active (fixes ctrl-c)
[flightgear.git] / docs-mini / README.xmlsound
index 695257d5d22ae776ddda9a4145cbf145808dc594..de78a416c3e248c3c3486123338f5f3b166f98d2 100644 (file)
@@ -201,9 +201,9 @@ Configuration description:
 
    <position>
         Specify the position of the sounds source relative to the
-        aircraft center.  The coordinate system used is a right hand
-        coordinate system where +Z = left, -Z = right, +X = down, -X =
-        up, +Y = forward, -Y = aft.  Distances are in meters.
+        aircraft center.  The coordinate system used is a left hand
+        coordinate system where +Y = left, -Y = right, -Z = down, +Z =
+        up, -X = forward, +X = aft.  Distances are in meters.
         The volume calculation due to distance and orientation of the
         sounds source ONLY work on mono samples!
 
@@ -234,11 +234,11 @@ Configuration description:
         Z dimension
 
      <inner-angle>
-        The inner edge of the audio cone in degrees (0.0 - 360.0).
+        The inner edge of the audio cone in degrees (0.0 - 180.0).
         Any sound withing that angle will be played at the current gain.
 
      <outer-angle>
-        The outer edge of the audio cone in degrees (0.0 - 360.0).
+        The outer edge of the audio cone in degrees (0.0 - 180.0).
         Any sound beyond the outer cone will be played at "outer-gain" volume.
 
      <outer-gain>