fixing color

This commit is contained in:
Kseninia Mikhaylova 2024-09-27 12:18:53 +03:00
parent 755f5c48c0
commit 7b8e7becee
2 changed files with 3 additions and 4 deletions

View File

@ -425,7 +425,7 @@ button {
@apply flex flex-col gap-2 self-end;
>.grid {
@apply gap-2 items-center;
@apply gap-2 items-end;
>[class*=col] {
@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()
})
set_material({ children: [props.models.pillar_brace, props.models.fixing] }, '#111');
const instanced_lamelle = shallowRef();
const instanced_lamelle_count = 24
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 braces = ref<Mesh[]>([])
const setBraceCount = () => {