dev #84

Merged
ksenia_mikhailova merged 141 commits from dev into main 2024-10-03 15:30:24 +03:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 114f1eefc0 - Show all commits

View File

@ -144,8 +144,8 @@ const setFastening = () => {
top_two.updateMatrixWorld() top_two.updateMatrixWorld()
const top = props.models.fastening_top_center.clone().children[0]; const top = props.models.fastening_top_center.clone().children[0];
top.position.set(0, lamelles_count.value * lSize - 0.02 * scale_koef, 0); top.position.set(pillar_size * 0.5 + 0.01 * scale_koef, lamelles_count.value * lSize - 0.02 * scale_koef, 0);
const v = ((extra.value as number) || fence_section.value) * 10 const v = ((extra.value as number) || fence_section.value) * 10 + 0.2
top.scale.setComponent(0, v); top.scale.setComponent(0, v);
top.updateMatrixWorld() top.updateMatrixWorld()