shx-3d-render

main
Jan Umbach 2024-06-23 12:27:25 +02:00
parent e2f7fa09a1
commit 635a3a24cf
1 changed files with 2 additions and 1 deletions

View File

@ -306,6 +306,7 @@
"TextOne": {
"text1": "Julia",
"font": "LT Beverage",
"surface_finish": "silk",
"color": SHX_getFilamentById("11")
}
@ -412,7 +413,7 @@
let html = `
<label class="form__label custom shx-ifc-form_label" for="${inputID}-label">${labelText}: <span class="shx-ifc-form_label_selected shx-ifc-form_label_selected_${inputID}">${SHX_getFilamentById(inputVal).name}</span></label>
<label class="form__label custom shx-ifc-form_label" for="${inputID}-label">${labelText}: <span class="shx-ifc-form_label_selected shx-ifc-form_label_selected_${inputID}">${options[inputName].name}</span></label>
<div id="${inputID}" class="shx-ifc-colorselect">
`;