Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3507 in orxonox.OLD for orxonox/trunk/src/world_entities/skysphere.h


Ignore:
Timestamp:
Mar 11, 2005, 9:40:48 PM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: finished work on porting Skysphere to WorldEntity

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/world_entities/skysphere.h

    r3502 r3507  
    3333  void setTexture(char* fileName);
    3434
    35   void updatePosition(Vector sphereCenter);
    36 
    3735  virtual void draw();
    38   virtual void tick(float time);
    3936
    4037 private:
    4138  GLUquadricObj *sphereObj; //!< A Placeholder for the SkySphere.
    4239  Material *skyMaterial;    //!< A Material for the SkySphere.
    43 
    44   Vector sphereCenter;      //!< Center of the SkySphere.
    4540  float sphereRadius;       //!< Radius of the SkySphere. This should match the frustum maximum range.
    46 
    47 
     41   
    4842  void initialize(char* fileName); 
    4943};
Note: See TracChangeset for help on using the changeset viewer.