Firelight Technologies FMOD Studio API
Sets how much the 3D engine has an effect on the channel, versus that set by 2D panning functions.
FMOD_RESULT ChannelGroup::set3DLevel(
float level
);
FMOD_RESULT FMOD_ChannelGroup_Set3DLevel(
FMOD_CHANNELGROUP *channelgroup,
float level
);
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.
Only affects sounds created FMOD_3D.
2D panning functions include ChannelControl::setPan, ChannelControl::setMixLevelsOutput, ChannelControl::setMixLevelsInput, ChannelControl::setMixMatrix, etc
Useful for morhping a sound between 3D and 2D. This is most common in volumetric sound, when the sound goes from directional, to 'all around you' (and doesn't pan according to listener position / direction).
Version 1.03.06 Built on Apr 17, 2014