From a5e085243e73bc4ec2f251997a6abf21996cf990 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Mon, 22 Feb 2021 20:09:48 +0000 Subject: Zoom the ISO mode follow camera out a bit --- gfx/followCameraController.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gfx/followCameraController.cpp') diff --git a/gfx/followCameraController.cpp b/gfx/followCameraController.cpp index 1a5a5d3..25861b6 100644 --- a/gfx/followCameraController.cpp +++ b/gfx/followCameraController.cpp @@ -31,7 +31,7 @@ FollowCameraController::updateCamera(Camera * camera) const break; case Mode::ISO: - camera->pos = pos + ((up + north + east) * 20.F); + camera->pos = pos + ((up + north + east) * 40.F); camera->forward = -glm::normalize(up + north + east); camera->up = glm::normalize(up - north - east); break; -- cgit v1.2.3