From 08a0691a23d7f0619535245a07fcd009a7034fd7 Mon Sep 17 00:00:00 2001 From: Kseninia Mikhaylova Date: Wed, 3 Jul 2024 12:38:40 +0300 Subject: [PATCH] add close modal --- components/calcModels.vue | 5 ++--- components/modal.vue | 4 +++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/components/calcModels.vue b/components/calcModels.vue index 39c432f..bd84610 100644 --- a/components/calcModels.vue +++ b/components/calcModels.vue @@ -39,7 +39,7 @@ const loadAll = async () => { // pointLight.value.intensity = 0 pointLight.value.shadow.camera.near = 50 pointLight.value.shadow.bias = -0.002 - + const k = 5 pointLight.value.position.x = pointLight.value.position.x * k pointLight.value.position.y = pointLight.value.position.y * k @@ -104,10 +104,9 @@ watch([section_count, extra_section], () => { - - +