From 3eaf085b8042950197c8f9b309610e0478fb7b75 Mon Sep 17 00:00:00 2001 From: Kseninia Mikhaylova Date: Fri, 14 Jun 2024 12:47:24 +0300 Subject: [PATCH] light --- components/model/parametric.vue | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/components/model/parametric.vue b/components/model/parametric.vue index e3581c1..b7eea8a 100644 --- a/components/model/parametric.vue +++ b/components/model/parametric.vue @@ -124,9 +124,6 @@ onMounted(() => { const pointLight = light.children[2] pointLight.color = '#f0dea9' pointLight.shadow.camera.near = 50 -const k = 1 -pointLight.shadow.mapSize.width = 512 * k -pointLight.shadow.mapSize.height = 512 * k pointLight.shadow.bias = -0.001