- Timestamp:
- Apr 29, 2010, 2:21:57 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/skybox2/src/modules/designtools/SkyboxGenerator.h
r6771 r6804 31 31 #include "util/Singleton.h" 32 32 #include "tools/interfaces/Tickable.h" 33 #include <OgreMath.h> 33 34 34 35 … … 51 52 bool takeScreenshot_; 52 53 int iterateOverDirections_; 54 float aspectRatio_; 55 Ogre::Radian fovy_; 53 56 }; 54 57 }
Note: See TracChangeset
for help on using the changeset viewer.