tomara-x / quartz

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

instancing #126

Closed tomara-x closed 3 months ago

tomara-x commented 3 months ago

so when changing the number of vertices, we check if we have a mesh by that number. if not, we add to the asset server and store that handle, then use that

this is probably gonna fix #124 as we won't have 32k meshes, rather (a worst case of) 128 - 3 + 2 + (# of arrows.. i'll be back for you.. #128 )

tomara-x commented 3 months ago

no more update_mesh :drooling_face: fool! yes more update_mesh

how's the aabb gonna behave here tho? we don't need to touch them :3

tomara-x commented 3 months ago

objectives:

notes: