Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/snd/
Dsnd_Sound3DListener.h213 void SetMaxVolumeDistance( f32 maxVolumeDistance );
/NW4C-1.2.23/sources/libraries/snd/
Dsnd_Sound3DListener.cpp86 void Sound3DListener::SetMaxVolumeDistance( f32 maxVolumeDistance ) in SetMaxVolumeDistance() function in nw::snd::Sound3DListener
/NW4C-1.2.23/demos/snd/sound3d/sources/
DSound3dApp.cpp118 m_3dListener.SetMaxVolumeDistance( 5.0f ); in InitializeSoundSystem()