dev #84
|
@ -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;
|
||||||
|
|
|
@ -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 = () => {
|
||||||
|
|
Loading…
Reference in New Issue