tomara-x / quartz

visual programming and dsp playground
https://codeberg.org/tomara-x/quartz
Apache License 2.0
36 stars 2 forks source link

reuse existing materials #130

Closed tomara-x closed 2 months ago

tomara-x commented 3 months ago

test how useful it is

tomara-x commented 3 months ago

there's a new material for every connection

tomara-x commented 3 months ago

if we just have a mat for the connections (three actually, arrow, black, and white) and leave the rest as is, it's good enough

f... can't do that for holes.. then when changing color change color of one and you change everything..

this is later

tomara-x commented 3 months ago

also they're id's, stop calling them handles.. and use .id method instead of .into -- amy from the future

tomara-x commented 3 months ago

oh here you just have to have a ConnectionsMaterial in resource and use that for all the arrows, circles and holes should stay the same way they are, they need independent mats (the checking would be ridiculous otherwise)