Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/snd/
Dsnd_Sound3DListener.h215 void SetMaxVolumeDistance( f32 maxVolumeDistance );
/NW4C-2.0.3/sources/libraries/snd/
Dsnd_Sound3DListener.cpp88 void Sound3DListener::SetMaxVolumeDistance( f32 maxVolumeDistance ) in SetMaxVolumeDistance() function in nw::snd::Sound3DListener
/NW4C-2.0.3/demos/snd/sound3d/sources/
DSound3dApp.cpp141 m_3dListener.SetMaxVolumeDistance( 5.0f ); in InitializeSoundSystem()