I had successfully compiled and run the tutorial mentioned at ogre3d.org
. It compiles without any error.
In that tutorial i used http://www.ogre3d.org/tikiwiki/tiki-index.php?page=Setting%2BUp%2BAn%2BApplication%2B-%2BVisual%2BStudio to setup OGRE in visual studio 2010. I used a tutorialframework mentioned in that. I had changed the configuration properties when setting up OGRE project
.
My Questions are:
- Do i need to change configuration properties for all projects?
- Why did
Tutorialframework
used in tutorial? - What files i need when starting a new project in
OGRE
?