dev #84

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

View File

@ -425,7 +425,7 @@ button {
@apply flex flex-col gap-2 self-end; @apply flex flex-col gap-2 self-end;
>.grid { >.grid {
@apply gap-2 items-center; @apply gap-2 items-end;
>[class*=col] { >[class*=col] {
@apply p-1 border-solid border-b; @apply p-1 border-solid border-b;

View File

@ -46,6 +46,8 @@ watch([fence_section, extra], () => {
translate_to_section.value = make_translate_to_section() translate_to_section.value = make_translate_to_section()
}) })
set_material({ children: [props.models.pillar_brace, props.models.fixing] }, '#111');
const instanced_lamelle = shallowRef(); const instanced_lamelle = shallowRef();
const instanced_lamelle_count = 24 const instanced_lamelle_count = 24
const instanced_lamelle_el = [ const instanced_lamelle_el = [
@ -139,9 +141,6 @@ watch([section_count, fence_section, extra_section], () => {
} }
}) })
set_material({ children: [props.models.pillar_brace, props.models.fixing] }, '#f00');
const brace = props.models.pillar_brace.clone().children[0] const brace = props.models.pillar_brace.clone().children[0]
const braces = ref<Mesh[]>([]) const braces = ref<Mesh[]>([])
const setBraceCount = () => { const setBraceCount = () => {