How to rotate an entire scene?

How to rotate an entire scene?

Thanks in advance.

E.

The same way you rotate a single object: by applying a rotation to the modelview matrix, e.g. using glRotate.

Thanx…

“…applying a rotation to the modelview matrix, e.g. using glRotate.”
—> How?

As I wrote, using glRotate: http://www.khronos.org/opengles/documen … otate.html

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.