jayn Hi. I don't know anything about FBO so I'm following this code example http://n4te.com/x/125-H3Is.txt to make a still image. When I change an attachment on skeleton during runtime and press space again, the image doesn't update the new attachment; what do I need to add do to update it?
Nate The code starting with fbo.begin(); and ending with fbo.end(); is what renders to the FBO. You need to run that code again if you want different contents in your FBO.