Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/skybox/src/Universe.h~ @ 484

Last change on this file since 484 was 484, checked in by gabrieho, 16 years ago

lala

File size: 253 bytes
Line 
1class Universe
2{
3        private:
4                int numberOfStars;
5                int lightcoordinates[100000][3];
6
7        public:
8                Universe(int number);
9                void createCoordinates();
10                void createBillboards(Ogre::SceneManager *mgrtemp,  Ogre::Camera * camtemp, Ogre::Root *mRoottemp);
11               
12};
Note: See TracBrowser for help on using the repository browser.