Searched refs:dollySpeed (Results 1 – 1 of 1) sorted by relevance
214 f32 dollySpeed = DOLLY_SPEED_BASE * nw::math::FSqrt(nw::math::FAbs(m_TargetDistance)); in Update() local215 m_TargetDistance -= (stick.x + stick.y) * dollySpeed; in Update()