diff --git a/app.vue b/app.vue
index 2d6bb77..7b7297b 100644
--- a/app.vue
+++ b/app.vue
@@ -91,7 +91,7 @@ const toggleModal = () => {
:style="[{ backgroundImage: `url(${[apiBase, delivery?.image].join('/')})` }]">
-
+
diff --git a/assets/main.scss b/assets/main.scss
index efbb3f2..508c89e 100644
--- a/assets/main.scss
+++ b/assets/main.scss
@@ -66,6 +66,9 @@ a[href^="#"] {
max-height: 50vh;
}
}
+ &_calc {
+ @apply pb-0;
+ }
&-content {
@apply col-span-6 h-full flex flex-col justify-between prose;
diff --git a/components/calcModels.vue b/components/calcModels.vue
index 2c545ab..20b82d9 100644
--- a/components/calcModels.vue
+++ b/components/calcModels.vue
@@ -4,7 +4,7 @@ import { OrbitControls } from '@tresjs/cientos'
const controlsState = reactive({
minDistance: 1,
- maxDistance: 5,
+ maxDistance: 10,
enablePan: false,
maxPolarAngle: (Math.PI / 2) - 0.2,
})
@@ -12,7 +12,7 @@ const controlsState = reactive({
-
+
diff --git a/components/model/parametric.vue b/components/model/parametric.vue
index 68fcc0d..122d140 100644
--- a/components/model/parametric.vue
+++ b/components/model/parametric.vue
@@ -9,15 +9,6 @@ const lamelle_color = useState('lamelle_color')
const lSize = 0.115
const bSize = 0.0235
const pillar_size = 80 * 0.001
-const { scene, renderer, camera } = useTresContext()
-
-
-renderer.value.autoClear = true
-
-watch([lamelles_count, fence_section, lamelle_color], () => {
- // renderer.value.clearColor()
- // renderer.value.render(scene.value, camera.value)
-})
@@ -25,7 +16,7 @@ watch([lamelles_count, fence_section, lamelle_color], () => {
-
+