Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3803 in orxonox.OLD for orxonox/trunk/src/world_entities/skybox.h


Ignore:
Timestamp:
Apr 13, 2005, 7:38:52 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: SkyBox even better,

world-entity implements a draw function of its own

some other minor stuff

File:
1 edited

Legend:

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

    r3801 r3803  
    2626
    2727  void setSize(float size);
    28   void setTexture(char* top, char* bottom, char* left, char* right, char* front, char* back);
    29 
    30   virtual void draw();
     28  void setTexture(const char* name, const char* extension);
     29  void setTextures(const char* top, const char* bottom, const char* left, const char* right, const char* front, const char* back);
    3130
    3231 private:
    3332  void rebuild();
     33 
    3434
    3535  Material **material;    //!< A Material for the Skybox.
Note: See TracChangeset for help on using the changeset viewer.