diff --git a/components/model/fence.vue b/components/model/fence.vue index 3d1009e..6c9921d 100644 --- a/components/model/fence.vue +++ b/components/model/fence.vue @@ -142,7 +142,7 @@ const setPillar = () => { pillar_inner.scale.setComponent(1, lamelles_count.value); const bottom = props.models.pillar_bottom.children[0]; - bottom.position.setComponent(1, lSize * -1); + bottom.position.setComponent(1, lSize * -0.5); let arr = [top, pillar_outer, pillar_inner, bottom] arr.map(el => { diff --git a/public/models_one/pillar/bottom.glb b/public/models_one/pillar/bottom.glb index 9c45862..d8253c4 100644 Binary files a/public/models_one/pillar/bottom.glb and b/public/models_one/pillar/bottom.glb differ diff --git a/public/models_one/pillar/topper/top.glb b/public/models_one/pillar/topper/top.glb index 534296e..0eaabb0 100644 Binary files a/public/models_one/pillar/topper/top.glb and b/public/models_one/pillar/topper/top.glb differ