Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/snd/
Dsnd_Sound3DActor.cpp40 Sound3DActor::Sound3DActor( SoundArchivePlayer& player, Sound3DManager& manager ) in Sound3DActor() function in nw::snd::Sound3DActor
53 Sound3DActor::Sound3DActor() in Sound3DActor() function in nw::snd::Sound3DActor
74 Sound3DActor::~Sound3DActor() in ~Sound3DActor()
79 void Sound3DActor::Initialize( SoundArchivePlayer& player, Sound3DManager& manager ) in Initialize()
91 void Sound3DActor::Finalize() in Finalize()
117 SoundStartable::StartResult Sound3DActor::SetupSound( in SetupSound()
195 void Sound3DActor::SetPosition( const nw::math::VEC3& position ) in SetPosition()
213 void Sound3DActor::ResetPosition() in ResetPosition()
228 void Sound3DActor::SetVelocity( const nw::math::VEC3& velocity ) in SetVelocity()
243 void Sound3DActor::detail_UpdateAmbientArg( void* arg, const internal::BasicSound* sound ) in detail_UpdateAmbientArg()
[all …]
/NW4C-2.0.3/include/nw/snd/
Dsnd_Sound3DActor.h58 class Sound3DActor
88 Sound3DActor( SoundArchivePlayer& player, Sound3DManager& manager );
99 Sound3DActor();
106 virtual ~Sound3DActor();
/NW4C-2.0.3/demos/snd/sound3d/sources/
DSound3dApp.h46 nw::snd::Sound3DActor m_3dActor;