Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/snd/
Dsnd_NoteOnCallback.h32 int velocity; member
Dsnd_Sound3DManager.h72 math::VEC3 velocity; member
/NW4C-1.2.23/sources/libraries/snd/
Dsnd_Bank.cpp117 register int velocity = noteOnInfo.velocity; in NoteOn() local
Dsnd_Sound3DListener.cpp75 void Sound3DListener::SetVelocity( const nw::math::VEC3& velocity ) in SetVelocity()
Dsnd_Sound3DActor.cpp226 void Sound3DActor::SetVelocity( const nw::math::VEC3& velocity ) in SetVelocity()
Dsnd_MmlParser.cpp102 const u8 velocity = ReadByte( &trackParam.currentAddr ); in Parse() local
892 int velocity, in NoteOnCommandProc()
Dsnd_MidiSequencePlayer.cpp129 void MidiSequencePlayer::NoteOn( u8 channelIndex, u8 key, u8 velocity ) in NoteOn()
168 void MidiSequencePlayer::NoteOff( u8 channelIndex, u8 key, u8 velocity ) in NoteOff()
Dsnd_SequenceTrack.cpp679 int velocity, in NoteOn()
/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_ParticleSet.cpp666 …nw::math::VEC3* velocity = (nw::math::VEC3*)collection->GetStreamPtr(PARTICLEUSAGE_VELOCITY, PARTI… in SetDefaultValues() local
776 math::VEC3* velocity = in AddParticles() local
801 math::VEC3* velocity = in AddParticles() local
889 …nw::math::VEC3* velocity = (nw::math::VEC3*)collection->GetStreamPtr(PARTICLEUSAGE_VELOCITY, PARTI… in AddParticles() local
1087 nw::math::VEC3 velocity = direction; in InitializeParticles() local
1152 nw::math::VEC3 velocity; in InitializeParticles() local
1216 nw::math::VEC3 velocity = trans[index]; in InitializeParticles() local
1244 nw::math::VEC3 velocity(0.0f, 0.0f, 0.0f); in InitializeParticles() local
1295 nw::math::VEC3 velocity(trans[index].x, 0.0f, trans[index].z); in InitializeParticles() local
1757 nw::math::VEC3 velocity = gravUpdater.GetDirection(); in ParticleGravityUpdater() local
[all …]
Dgfx_ParticleEmitter.cpp559 …nw::math::VEC3* velocity = (nw::math::VEC3*)targetCollection->GetStreamPtr(PARTICLEUSAGE_VELOCITY,… in Emission() local
/NW4C-1.2.23/demos/gfx/ParticleChangeVtxDemo/sources/
DParticleChangeVtxDemo.cpp416 nw::math::VEC3* velocity = in UpdateScene() local
/NW4C-1.2.23/demos/gfx/ParticleUpdaterDemo/sources/
DParticleUpdaterDemo.cpp259 nw::math::VEC3* velocity = in UserUpdater() local