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], () => { - - + \ No newline at end of file diff --git a/components/colorPicker.vue b/components/colorPicker.vue index ee9ca76..5c084f4 100644 --- a/components/colorPicker.vue +++ b/components/colorPicker.vue @@ -31,7 +31,7 @@ onUnmounted(() => {