Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/orxonox/branches/dave/src/skybox.h @ 3408

Last change on this file since 3408 was 3408, checked in by dave, 19 years ago

branches/dave/src: Die Skybox bewegt sich schon mal, dafuer neuer fehler beim Steuern

File size: 271 bytes
Line 
1#ifndef _SKYBOX_H
2#define _SKYBOX_H
3#include "p_node.h"
4#include "world_entity.h"
5
6class Skybox: public PNode
7{
8
9
10private: 
11    GLUquadricObj *sphereObj;
12   
13   
14
15public:
16   Skybox();
17   ~Skybox();
18   
19   
20   
21   void draw(WorldEntity* myplayer);
22   
23   
24};
25
26#endif
27
28
Note: See TracBrowser for help on using the repository browser.