fbo gltranslate

Hi
I do something alike:
http://www.songho.ca/opengl/gl_fbo.html
now I need to get a side view of the teapot and be in the center of the rotations. I’ve tried all kind of gltranslate combinations without success.
Any help?
Thanks
Michael

It’s most likely the glTranslate/glRotate combination you didn’t test…

Seriously, you need to give more information about how you are rendering your scene, e.g. are you using shaders oder the fixed function pipeline? etc.