@chuckleplant wrote:
I have this:
///////////////////////////////////// setup ofFbo fboA; ofFbo fboB; // allocate ... /////////////////////////////////// draw fboA.begin(); // draw some stuff fboB.begin(); ofClear(0); // Does not draw fboB.end(); house.draw(); // <---- Upside down fboA.end();
If I use fboB, the house object is drawn upside down. If I comment it out it draws correctly. I see it has been discussed on this issue but it's supposed to be solved. Any thoughts?
Posts: 11
Participants: 2