Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/snd/
Dsnd_Sound3DListener.h246 void SetUnitDistance( f32 unitDistance );
/NW4C-2.0.3/sources/libraries/snd/
Dsnd_Sound3DListener.cpp94 void Sound3DListener::SetUnitDistance( f32 unitDistance ) in SetUnitDistance() function in nw::snd::Sound3DListener
/NW4C-2.0.3/demos/snd/sound3d/sources/
DSound3dApp.cpp142 m_3dListener.SetUnitDistance( 5.0f ); in InitializeSoundSystem()