From e5f9a85bced73354600dc8742eef27db10df9a44 Mon Sep 17 00:00:00 2001 From: Huy-Ngo Date: Tue, 7 Jul 2020 11:00:10 +0700 Subject: [PATCH] Fulfilling change request on coordinate system --- src/tutorial/source.rst | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/tutorial/source.rst b/src/tutorial/source.rst index 95c2b28..8fc8114 100644 --- a/src/tutorial/source.rst +++ b/src/tutorial/source.rst @@ -28,9 +28,13 @@ but first, we have to enable spatialization via :py:attr:`Source.spatialize`. Now, we can set the position of the source in this virtual 3D space. The position is a 3-tuple indicating the coordinate of the source. -: x is for left-right, y is for up-down, -and z is for back-forth. -For example, this will set the source above you: +The axes are aligned according to the normal coordinate system: + +- x axis goes from left to right +- y axis goes from below to above +- z axis goes from front to back + +For example, this will set the source above the listener: .. code-block:: python