CRI ADX  Last Updated: 2024-07-17 10:47 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 'criatom_feat_3d_position.'
Also refer to the sample program '3D positioning.'
Return: Tips