Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/snd/
Dsnd_Sound3DActor.cpp38 Sound3DActor::Sound3DActor( SoundArchivePlayer& player, Sound3DManager& manager ) in Sound3DActor() function in nw::snd::Sound3DActor
51 Sound3DActor::Sound3DActor() in Sound3DActor() function in nw::snd::Sound3DActor
72 Sound3DActor::~Sound3DActor() in ~Sound3DActor()
77 void Sound3DActor::Initialize( SoundArchivePlayer& player, Sound3DManager& manager ) in Initialize()
89 void Sound3DActor::Finalize() in Finalize()
115 SoundStartable::StartResult Sound3DActor::SetupSound( in SetupSound()
193 void Sound3DActor::SetPosition( const nw::math::VEC3& position ) in SetPosition()
211 void Sound3DActor::ResetPosition() in ResetPosition()
226 void Sound3DActor::SetVelocity( const nw::math::VEC3& velocity ) in SetVelocity()
241 void Sound3DActor::detail_UpdateAmbientArg( void* arg, const internal::BasicSound* sound ) in detail_UpdateAmbientArg()
[all …]
/NW4C-1.2.23/include/nw/snd/
Dsnd_Sound3DActor.h56 class Sound3DActor
86 Sound3DActor( SoundArchivePlayer& player, Sound3DManager& manager );
97 Sound3DActor();
104 virtual ~Sound3DActor();
/NW4C-1.2.23/demos/snd/sound3d/sources/
DSound3dApp.h44 nw::snd::Sound3DActor m_3dActor;