eeeeaaii / vodka

Creative Coding Environment
GNU General Public License v3.0
126 stars 3 forks source link

oid tags don't get labeled right when you only render part of the screen #115

Closed eeeeaaii closed 3 years ago

eeeeaaii commented 3 years ago

expectations are supposed to only render themselves when ff-with is called. But the way rendernodes is set up inside the nex is based on a numeric ordering of drawing passes. So if an expectation just draws itself, that's a new pass, so even though the expectation is on the screen twice, it doesn't get an accurate 2-element rendernodes array.

eeeeaaii commented 3 years ago

fixed by render overhaul