Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 20, 2005, 3:12:51 AM (19 years ago)
Author:
bensch
Message:

orxonox/branches/levelLoader: SkyBox loadable in the new Style

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/levelLoader/src/world_entities/skybox.h

    r4136 r4240  
    3131
    3232  void setSize(float size);
     33  /** \brief assumes jpg as input-format */
     34  void setTexture(const char* name) { setTexture (name, "jpg");};
    3335  void setTexture(const char* name, const char* extension);
    3436  void setTextures(const char* top, const char* bottom, const char* left, const char* right, const char* front, const char* back);
Note: See TracChangeset for help on using the changeset viewer.