From 052f4d6e414f8b400ae5e6abe1885563a1f47616 Mon Sep 17 00:00:00 2001 From: Kseninia Mikhaylova Date: Tue, 4 Feb 2025 10:38:47 +0300 Subject: [PATCH] aristo --- components/calc/values.vue | 4 +- components/dropdown/list.vue | 25 ++++++-- components/model/parametric.vue | 41 +++++++++---- components/topper.ts | 55 +++++++++++++++--- composables/globalFenceType.ts | 1 + pages/index.vue | 7 ++- .../{shapka.glb => pillar/topper/aristo1.glb} | Bin 7 files changed, 105 insertions(+), 28 deletions(-) rename public/models_one/{shapka.glb => pillar/topper/aristo1.glb} (100%) diff --git a/components/calc/values.vue b/components/calc/values.vue index e7910f3..cd65ad7 100644 --- a/components/calc/values.vue +++ b/components/calc/values.vue @@ -19,6 +19,7 @@ const section_count = use_section_count() const extra_section = use_extra_section() const total_length = use_total_length() const min_length = use_min_length() +const globalFenceType = useGlobalFenceType() if (!pillar_color.value) { const r = Math.floor(Math.random() * predefPillarColors.length) @@ -205,7 +206,8 @@ const calc_table = computed(() => { :goto_cam="new Vector3(1, 2, -1)" /> diff --git a/components/dropdown/list.vue b/components/dropdown/list.vue index 2aa0af9..d553083 100644 --- a/components/dropdown/list.vue +++ b/components/dropdown/list.vue @@ -1,24 +1,39 @@