Home
last modified time | relevance | path

Searched refs:SetMatrix (Results 1 – 5 of 5) sorted by relevance

/NW4C-2.0.3/include/nw/snd/
Dsnd_Sound3DListener.h88 void SetMatrix( const nw::math::MTX34& mtx );
/NW4C-2.0.3/demos/Nw4cDemo/include/
DSmModel.h67 void SetMatrix( const nw::math::MTX34* matrix );
/NW4C-2.0.3/sources/libraries/snd/
Dsnd_Sound3DListener.cpp48 void Sound3DListener::SetMatrix( const nw::math::MTX34& mtx ) in SetMatrix() function in nw::snd::Sound3DListener
/NW4C-2.0.3/demos/Nw4cDemo/sources/
DSmModel.cpp127 SmModel::SetMatrix( const nw::math::MTX34* matrix ) in SetMatrix() function in __anon0ab8b7d40111::SmModel
434 this->SetMatrix( &transForm->TransformMatrix() ); in updateConstrain()
/NW4C-2.0.3/demos/snd/sound3d/sources/
DSound3dApp.cpp140 m_3dListener.SetMatrix( m_ListenerMtx ); in InitializeSoundSystem()