From 0b95dc361481b6797fa75bb62319b9e72e503059 Mon Sep 17 00:00:00 2001 From: ehofman Date: Sun, 24 Aug 2008 08:56:59 +0000 Subject: [PATCH] The previous coordinate system was correct, I forgot about the changes I made to the simgear sound code... --- Docs/README.xmlsound | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Docs/README.xmlsound b/Docs/README.xmlsound index 5cce58b75..599df78ca 100644 --- a/Docs/README.xmlsound +++ b/Docs/README.xmlsound @@ -202,8 +202,8 @@ Configuration description: 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. + 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!