Searched defs:velocity (Results 1 – 12 of 12) sorted by relevance
| /NW4C-1.2.23/include/nw/snd/ |
| D | snd_NoteOnCallback.h | 32 int velocity; member
|
| D | snd_Sound3DManager.h | 72 math::VEC3 velocity; member
|
| /NW4C-1.2.23/sources/libraries/snd/ |
| D | snd_Bank.cpp | 117 register int velocity = noteOnInfo.velocity; in NoteOn() local
|
| D | snd_Sound3DListener.cpp | 75 void Sound3DListener::SetVelocity( const nw::math::VEC3& velocity ) in SetVelocity()
|
| D | snd_Sound3DActor.cpp | 226 void Sound3DActor::SetVelocity( const nw::math::VEC3& velocity ) in SetVelocity()
|
| D | snd_MmlParser.cpp | 102 const u8 velocity = ReadByte( &trackParam.currentAddr ); in Parse() local 892 int velocity, in NoteOnCommandProc()
|
| D | snd_MidiSequencePlayer.cpp | 129 void MidiSequencePlayer::NoteOn( u8 channelIndex, u8 key, u8 velocity ) in NoteOn() 168 void MidiSequencePlayer::NoteOff( u8 channelIndex, u8 key, u8 velocity ) in NoteOff()
|
| D | snd_SequenceTrack.cpp | 679 int velocity, in NoteOn()
|
| /NW4C-1.2.23/sources/libraries/gfx/ |
| D | gfx_ParticleSet.cpp | 666 …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 …]
|
| D | gfx_ParticleEmitter.cpp | 559 …nw::math::VEC3* velocity = (nw::math::VEC3*)targetCollection->GetStreamPtr(PARTICLEUSAGE_VELOCITY,… in Emission() local
|
| /NW4C-1.2.23/demos/gfx/ParticleChangeVtxDemo/sources/ |
| D | ParticleChangeVtxDemo.cpp | 416 nw::math::VEC3* velocity = in UpdateScene() local
|
| /NW4C-1.2.23/demos/gfx/ParticleUpdaterDemo/sources/ |
| D | ParticleUpdaterDemo.cpp | 259 nw::math::VEC3* velocity = in UserUpdater() local
|