AndTheDaysGoBy / ForFun

Just a repo where I post some things that have come to mind, and I've attempted to create.
0 stars 0 forks source link

Global Calls in Render Filter #4

Open AndTheDaysGoBy opened 6 years ago

AndTheDaysGoBy commented 6 years ago

Check for the necessity of global calls in filter. If possible, find a way so that, at least, filterDisplay can be passed in. Then the extra term in renderAll() would have a purpose for both functions, and would work with adply().

AndTheDaysGoBy commented 6 years ago

Actually, since render() is where extra would be used, it isn't so much of an issue because one can condition on type. However, then this would need to have render make global references as well, which is not desired.