When testing QCRenderer renderAtTime, it seems it doesn't take into
account the current projection/modelview matrices. Is there a way to
do that ? I need to be able to zoom in the opengl rendering (this is
possible with CIContext's drawImage:). If not, I guess the only
solution is to render it to a texture then do whatever I want with it,
but this is cumbersome. Comments ?