Home
last modified time | relevance | path

Searched refs:CONTROL_PAD_STEP (Results 1 – 2 of 2) sorted by relevance

/NW4C-2.0.3/demos/snd/soundActor/sources/
DSoundActorApp.cpp38 const f32 CONTROL_PAD_STEP = 0.05f; variable
174 ACTOR_PAN_MIN : m_ActorPan - CONTROL_PAD_STEP; in OnUpdatePad()
180 ACTOR_PAN_MAX : m_ActorPan + CONTROL_PAD_STEP; in OnUpdatePad()
188 ACTOR_VOLUME_MAX : m_ActorVolume + CONTROL_PAD_STEP; in OnUpdatePad()
194 ACTOR_VOLUME_MIN : m_ActorVolume - CONTROL_PAD_STEP; in OnUpdatePad()
/NW4C-2.0.3/demos/snd/sound3d/sources/
DSound3dApp.cpp32 const f32 CONTROL_PAD_STEP = 0.2f; variable
232 m_ActorPos.z += -CONTROL_PAD_STEP; in OnUpdatePad()
236 m_ActorPos.z += CONTROL_PAD_STEP; in OnUpdatePad()
240 m_ActorPos.x += -CONTROL_PAD_STEP; in OnUpdatePad()
244 m_ActorPos.x += CONTROL_PAD_STEP; in OnUpdatePad()