@chris_abyi wrote:
Hi everyone,
I'm drawing my scene within an ofCamera environment:
ofCamera ofCam;
ofCam.begin();
//Drawing instructions
ofCam.end();I'd like to save what I can see on the screen as a pdf. I previously used ofBegin/EndSaveScreenAsPDF(), but this only gives me what's drawn on the screen without the camera transformations applied.
Any ideas on this? Thank you very much.
Posts: 2
Participants: 2