From 90fd46058e0e895803aeb793f584ba28dc28bfab Mon Sep 17 00:00:00 2001 From: Kseninia Mikhaylova Date: Tue, 20 Aug 2024 15:10:43 +0300 Subject: [PATCH] =?UTF-8?q?=1B[200~enableDamping~?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front/src/components/Promo/main.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/src/components/Promo/main.vue b/front/src/components/Promo/main.vue index 9f745bd..48c0196 100644 --- a/front/src/components/Promo/main.vue +++ b/front/src/components/Promo/main.vue @@ -34,7 +34,7 @@ const camera = ref() const cameraPosition = ref([1, 1, 1]) as unknown as Ref const controlsState = reactive({ - enableDamping: false, + enableDamping: true, maxPolarAngle: (Math.PI / 2) - 0.07, minAzimuthAngle: (Math.PI / 2) - 0.20, })