diff --git a/components/calcModels.vue b/components/calcModels.vue
index bd84610..e5f6dde 100644
--- a/components/calcModels.vue
+++ b/components/calcModels.vue
@@ -35,7 +35,7 @@ const loadAll = async () => {
const { scene: light } = await useGLTF('/models_light/zabor_so_svetom.glb')
pointLight.value = light.children[2]
pointLight.value.color = '#f0dea9'
- pointLight.value.intensity = pointLight.value.intensity * 0.2
+ pointLight.value.intensity = pointLight.value.intensity * 0.1
// pointLight.value.intensity = 0
pointLight.value.shadow.camera.near = 50
pointLight.value.shadow.bias = -0.002
@@ -112,8 +112,6 @@ watch([section_count, extra_section], () => {
-
-
diff --git a/components/model/parametric.vue b/components/model/parametric.vue
index e1337b2..c32a2dd 100644
--- a/components/model/parametric.vue
+++ b/components/model/parametric.vue
@@ -1,7 +1,9 @@