From 8252d36db8095ebd8321f8bf2b524a2033c87852 Mon Sep 17 00:00:00 2001 From: Fabien_HENON Date: Mon, 13 Aug 2012 19:44:33 +0200 Subject: [PATCH] Changed: #1469 Increasing camera speed for transitions --HG-- branch : gsoc2012-fabien --- code/ryzom/client/src/client_cfg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/ryzom/client/src/client_cfg.cpp b/code/ryzom/client/src/client_cfg.cpp index f047181df..b677fea14 100644 --- a/code/ryzom/client/src/client_cfg.cpp +++ b/code/ryzom/client/src/client_cfg.cpp @@ -339,7 +339,7 @@ CClientConfig::CClientConfig() DmWalk = 6.0f; // Default Velocity for the Walk in Ring/DM or Ring/Editor. DmRun = 20.0f; // Default Velocity for the Run in Ring/DM or Ring/Editor. - MaxCameraAnimationSpeed = 4.f; // Default maximum speed for camera animation + MaxCameraAnimationSpeed = 10.f; // Default maximum speed for camera animation CameraAnimMinEntityDistance = 0.8f; // Default distance between the camera and the entity during camera animations FlyAccel = 1000.f; // Default Acceleration for the fly, in m.s-2