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], () => { - - +