The previous coordinate system was correct, I forgot about the changes I made to the simgear sound code...
This commit is contained in:
parent
2502caba3c
commit
0b95dc3614
1 changed files with 2 additions and 2 deletions
|
@ -202,8 +202,8 @@ 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.
|
||||
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!
|
||||
|
||||
|
|
Loading…
Reference in a new issue