source:
code/branches/skybox/src/Universe.h
@
1342
Last change on this file since 1342 was 484, checked in by gabrieho, 17 years ago | |
---|---|
File size: 252 bytes |
Rev | Line | |
---|---|---|
[484] | 1 | class Universe |
2 | { | |
3 | private: | |
4 | int numberOfStars; | |
5 | int lightcoordinates[77000][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.