Home
last modified time | relevance | path

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

/NW4C-1.2.23/demos/snd/soundActor/sources/
DSoundActorApp.cpp36 const f32 CONTROL_PAD_STEP = 0.05f; variable
172 ACTOR_PAN_MIN : m_ActorPan - CONTROL_PAD_STEP; in OnUpdatePad()
178 ACTOR_PAN_MAX : m_ActorPan + CONTROL_PAD_STEP; in OnUpdatePad()
186 ACTOR_VOLUME_MAX : m_ActorVolume + CONTROL_PAD_STEP; in OnUpdatePad()
192 ACTOR_VOLUME_MIN : m_ActorVolume - CONTROL_PAD_STEP; in OnUpdatePad()
/NW4C-1.2.23/demos/snd/sound3d/sources/
DSound3dApp.cpp30 const f32 CONTROL_PAD_STEP = 0.2f; variable
206 m_ActorPos.z += -CONTROL_PAD_STEP; in OnUpdatePad()
210 m_ActorPos.z += CONTROL_PAD_STEP; in OnUpdatePad()
214 m_ActorPos.x += -CONTROL_PAD_STEP; in OnUpdatePad()
218 m_ActorPos.x += CONTROL_PAD_STEP; in OnUpdatePad()