Add camera functions

I am developing in Symbian anda i have a request
Pls include functions for Camera…and i think this is necessary

Hi.

Do you mean Camera as in 3D API or Camera as in on-board camera connected to the device?

–jani;

hi…
I meant Camera as in 3D API …

I guess you mean something like gluLookAt?

Why do you need explicit Camera support? What you need is just glPushMatrix/glPopMatrix, glLoadMatrix, glMultMatrix. Probably you need some matrix class but there are lots of them on the net. I don`t know how a camera functionality should look like? Could you describe it? The only thing I could imagine is glCreateAndSetCamera(GL_SO_I_CAN_SEE_WHAT_I_WANT);

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