Multiple reflection?

Hi,
I have two questions:
1.How can I handle multiple reflection with OpenGL?
2.If I can’t do it with OpenGL,is there any other APIs available?
Thanks for your information.

You can do reflections with openGL, but it is not a routine of setting. You have to make your own reflections, there are a few tutors on it out on the net and here.

There also are some 3D engines API’s built with OpenGL that offer reflection rendering in the engine.

Originally posted by ljz:
Hi,
I have two questions:
1.How can I handle multiple reflection with OpenGL?
2.If I can’t do it with OpenGL,is there any other APIs available?
Thanks for your information.

Thanks a lot.
Could you tell me some other 3D engines API’s built with OpenGL that offer reflection rendering in the engine?