Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/snd/
Dsnd_Sound3DListener.h244 void SetUnitDistance( f32 unitDistance );
/NW4C-1.2.23/sources/libraries/snd/
Dsnd_Sound3DListener.cpp92 void Sound3DListener::SetUnitDistance( f32 unitDistance ) in SetUnitDistance() function in nw::snd::Sound3DListener
/NW4C-1.2.23/demos/snd/sound3d/sources/
DSound3dApp.cpp119 m_3dListener.SetUnitDistance( 5.0f ); in InitializeSoundSystem()