Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/snd/
Dsnd_Sound3DListener.h86 void SetMatrix( const nw::math::MTX34& mtx );
/NW4C-1.2.23/demos/Nw4cDemo/include/
DSmModel.h65 void SetMatrix( const nw::math::MTX34* matrix );
/NW4C-1.2.23/sources/libraries/snd/
Dsnd_Sound3DListener.cpp46 void Sound3DListener::SetMatrix( const nw::math::MTX34& mtx ) in SetMatrix() function in nw::snd::Sound3DListener
/NW4C-1.2.23/demos/Nw4cDemo/sources/
DSmModel.cpp125 SmModel::SetMatrix( const nw::math::MTX34* matrix ) in SetMatrix() function in __anona1c612470111::SmModel
430 this->SetMatrix( &transForm->TransformMatrix() ); in updateConstrain()
/NW4C-1.2.23/demos/snd/sound3d/sources/
DSound3dApp.cpp117 m_3dListener.SetMatrix( m_ListenerMtx ); in InitializeSoundSystem()