On 9/20/06, IOhannes m zmoelnig <zmoelnig@iem.at> wrote:
> - separator doesn't work in chains following gemframebuffer
it does work, but in your example patch the left subchain is rendered
_before_ the right ([separator]ed) subchain, that's why the [separator]
does not have any effect.
either use [separator]s for _all_ subchains, or use [t a a] (it's like
in pd ;-))
> - all geos are textured with the contents of gemframebuffer
it does work, but you have to glDisable() things you have glEnable()d ;-)
>
> Testing patch attached.
>
i attached a "fixed" version.