Mukund
12-17-2010, 11:44 AM
Hello,
i needed suggestions regarding implementation of First Person View. What i thought of doing is:
1)Render the entire scene.
2)Depending on the input, move the camera using gluLookAt().
(Well, i had seen an example in NeHe tutorials, which used after seeing which, i thought i can use the above mentioned approach)
But, is this approach feasible? i mean, is there a better way to do it?
Also, what strategy(or design) is usually used in Games?
Any suggestions would be really helpful.
Thanks.
i needed suggestions regarding implementation of First Person View. What i thought of doing is:
1)Render the entire scene.
2)Depending on the input, move the camera using gluLookAt().
(Well, i had seen an example in NeHe tutorials, which used after seeing which, i thought i can use the above mentioned approach)
But, is this approach feasible? i mean, is there a better way to do it?
Also, what strategy(or design) is usually used in Games?
Any suggestions would be really helpful.
Thanks.