Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Oct 10, 2005, 9:15:05 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: some minor cleanup, of the mess i made with AutoMake-sh

File:
1 edited

Legend:

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

    r5039 r5357  
    11/*!
    22 * @file skybox.h
    3   *  Definition of the SkyBox, that handles the Display of an atmosphere for orxonox.
    4 
    5    A SkyBox is always centered at the current working Camera, and will only obey the cameras
    6    movment but not its rotation.
     3 *  Definition of the SkyBox, that handles the Display of an atmosphere for orxonox.
     4 *
     5 * A SkyBox is always centered at the current working Camera, and will only obey the cameras
     6 * movment but not its rotation.
    77*/
    88
     
    1414
    1515/* FORWARD DEFINITION */
    16 class Material;
    17 class Vector;
    1816
    1917//! A Class to handle a SkyBox
     
    2624  virtual ~SkyBox();
    2725
     26  void init();
    2827  void preInit();
    2928
     
    3534  void setSize(float size);
    3635  /** assumes jpg as input-format */
    37   void setTexture(const char* name) { setTextureAndType (name, "jpg"); };
     36  void setTexture(const char* name) { this->setTextureAndType (name, "jpg"); };
    3837
    3938  void setTextureAndType(const char* name, const char* extension);
Note: See TracChangeset for help on using the changeset viewer.