Home
last modified time | relevance | path

Searched defs:velocity (Results 1 – 12 of 12) sorted by relevance

/NW4C-2.0.3/include/nw/snd/
Dsnd_NoteOnCallback.h34 int velocity; member
Dsnd_Sound3DManager.h74 math::VEC3 velocity; member
/NW4C-2.0.3/sources/libraries/snd/
Dsnd_Bank.cpp132 register int velocity = noteOnInfo.velocity; in NoteOn() local
Dsnd_Sound3DListener.cpp77 void Sound3DListener::SetVelocity( const nw::math::VEC3& velocity ) in SetVelocity()
Dsnd_Sound3DActor.cpp228 void Sound3DActor::SetVelocity( const nw::math::VEC3& velocity ) in SetVelocity()
Dsnd_MmlParser.cpp104 const u8 velocity = ReadByte( &trackParam.currentAddr ); in Parse() local
894 int velocity, in NoteOnCommandProc()
Dsnd_MidiSequencePlayer.cpp131 void MidiSequencePlayer::NoteOn( u8 channelIndex, u8 key, u8 velocity ) in NoteOn()
170 void MidiSequencePlayer::NoteOff( u8 channelIndex, u8 key, u8 velocity ) in NoteOff()
Dsnd_SequenceTrack.cpp681 int velocity, in NoteOn()
/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_ParticleSet.cpp679 …nw::math::VEC3* velocity = (nw::math::VEC3*)collection->GetStreamPtr(PARTICLEUSAGE_VELOCITY, PARTI… in SetDefaultValues() local
790 math::VEC3* velocity = in AddParticles() local
815 math::VEC3* velocity = in AddParticles() local
935 …nw::math::VEC3* velocity = (nw::math::VEC3*)collection->GetStreamPtr(PARTICLEUSAGE_VELOCITY, PARTI… in AddParticles() local
1133 nw::math::VEC3 velocity = direction; in InitializeParticles() local
1206 nw::math::VEC3 velocity; in InitializeParticles() local
1270 nw::math::VEC3 velocity = trans[index]; in InitializeParticles() local
1298 nw::math::VEC3 velocity(0.0f, 0.0f, 0.0f); in InitializeParticles() local
1349 nw::math::VEC3 velocity(trans[index].x, 0.0f, trans[index].z); in InitializeParticles() local
1945 nw::math::VEC3 velocity = gravUpdater.GetDirection(); in ParticleGravityUpdater() local
[all …]
Dgfx_ParticleEmitter.cpp561 …nw::math::VEC3* velocity = (nw::math::VEC3*)targetCollection->GetStreamPtr(PARTICLEUSAGE_VELOCITY,… in Emission() local
/NW4C-2.0.3/demos/gfx/ParticleChangeVtxDemo/sources/
DParticleChangeVtxDemo.cpp410 nw::math::VEC3* velocity = in UpdateScene() local
/NW4C-2.0.3/demos/gfx/ParticleUpdaterDemo/sources/
DParticleUpdaterDemo.cpp253 nw::math::VEC3* velocity = in UserUpdater() local