source:
code/branches/skybox/src/Universe.h
@
2499
Last change on this file since 2499 was 484, checked in by gabrieho, 17 years ago | |
---|---|
File size: 252 bytes |
Line | |
---|---|
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.