About camera tutorials

Hello

I am looking for some good camera tutorials recently. I’ve checked few web sites but I haven’t found anything which would satisfy me. The main problem is that tutorials don’t have any explanations or they are written for particular use (I’m rather interested in having camera class for general use). So meaby you know some good tutorials? I would be grateful if you could give me some links.

Thanks

Try this for starters:
http://sjbaker.org/steve/omniv/eulers_are_evil.html

Also, depending on how simple or complex you want your “camera” to be, you might just try gluLookAt().

Originally posted by starman:
Also, depending on how simple or complex you want your “camera” to be, you might just try gluLookAt().

Well, I have some strange difficulty in using gluLookAt. I don’t know why. It just doesn’t work like I want. I’ll try work on it.

Thanks!