Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8575 in orxonox.OLD for branches/gui/src/world_entities/skybox.h


Ignore:
Timestamp:
Jun 18, 2006, 11:01:40 PM (18 years ago)
Author:
bensch
Message:

gui: better names

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/gui/src/world_entities/skybox.h

    r7954 r8575  
    5353                           const std::string& posY, const std::string& negZ, const std::string& posZ);
    5454
    55   GLuint getTexture(SKY_SIDE side) const { return (this->material[side]) ? this->material[side]->getDiffuseTexture(): 0; };
     55  GLuint getTexture(SKY_SIDE side) const { return (this->material[side]) ? this->material[side]->diffuseTextureID(): 0; };
    5656
    5757  static void enableCubeMap();
     
    6969  float           textureSize;     //!< this is the length of a texture (assumes a square texture)
    7070  std::string     textureName;     //!< Name of the Texture
    71  
     71
    7272  int textureName_handle;          //!< used to notify about changes of textureName
    7373  int size_handle;                 //!< used to notify about changes of size
Note: See TracChangeset for help on using the changeset viewer.