Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/demo/
Ddemo_CameraController.cpp214 f32 dollySpeed = DOLLY_SPEED_BASE * nw::math::FSqrt(nw::math::FAbs(m_TargetDistance)); in Update() local
215 m_TargetDistance -= (stick.x + stick.y) * dollySpeed; in Update()