ChannelControl::set3DConeOrientation

FMOD Studio API

Firelight Technologies FMOD Studio API

ChannelControl::set3DConeOrientation

Sets the orientation of the sound projection cone.

C++ Syntax

FMOD_RESULT ChannelControl::set3DConeOrientation(
  FMOD_VECTOR *orientation
);

Parameters

orientation

Coordinates of the sound cone orientation vector, the vector information represents the center of the sound cone.

Return Values

If the function succeeds then the return value is FMOD_OK.
If the function fails then the return value will be one of the values defined in the FMOD_RESULT enumeration.

Remarks

This function has no effect unless the cone angle and cone outside volume have also been set to values other than the default.

See Also




Version 1.10.03 Built on Feb 1, 2018