CRI ADX  Last Updated: 2025-05-07 13:34 p
How to Move a Listener

Moving the Listener with 3D Positioning

  1. Use the criAtomEx3dListener_Create function to create a 3D listener handle.
  2. Use the criAtomEx3dListener_SetPosition function to set the listener position.
  3. Use the criAtomEx3dListener_SetVelocity function to set the velocity of the listener (if using the Doppler effect).
  4. Use the criAtomEx3dListener_SetOrientation function to set the orientation of the listener.
  5. Use the criAtomEx3dListener_Update function to update.
For an overview of 3D positioning, refer to ' 3D positioning .'
Also refer to the sample program ' 3D positioning .'


Return:Tips