Game Development Community

Where can I find tutorials about changing camera view

by March · in Technical Issues · 06/03/2008 (11:09 am) · 1 replies

I want to make my camera view like game named Y'S but I cannot find any tutorials. Actually,I found 1 in this site wrote by Corby Osborn but It is complicated for noobs like me. anyone knows where can I find tutorials for changing camera view step by step? Thank you so much

#1
06/03/2008 (12:55 pm)
Try: http://www.garagegames.com/index.php?sec=mg&mod=resource&page=view&qid=5471

It is easy really, just make the changes to your source code, add the new files to the relevant directory and then make sure you also add them to the project. Then make sure that the changes to your project has been saved, an hit f5. The abovementioned camera resource though, requires a c++ compiler "above" vc++ 6. I compiled it with viusal studio 2005, which i found for free somewhere.