Home
last modified time | relevance | path

Searched refs:maxPriorityReduction (Results 1 – 3 of 3) sorted by relevance

/NW4C-1.3.3/include/nw/snd/
Dsnd_Sound3DManager.h320 void SetMaxPriorityReduction( int maxPriorityReduction ) in SetMaxPriorityReduction() argument
322 m_MaxPriorityReduction = maxPriorityReduction; in SetMaxPriorityReduction()
Dsnd_Sound3DCalculator.h193 int maxPriorityReduction,
/NW4C-1.3.3/sources/libraries/snd/
Dsnd_Sound3DCalculator.cpp247 int maxPriorityReduction, in CalcVolumeAndPriorityImpl() argument
275 *priorityPtr = - static_cast<int>( ( 1.0f - volume ) * maxPriorityReduction ); in CalcVolumeAndPriorityImpl()