Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4357 in orxonox.OLD for orxonox/trunk/src/world_entities


Ignore:
Timestamp:
May 28, 2005, 12:05:46 PM (20 years ago)
Author:
bensch
Message:

orxonox/trunk: now Textures are maped as they should
before this textures where switched upside-down, now this is done in the corresponding model's textureCoordinate

File:
1 edited

Legend:

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

    r4320 r4357  
    193193  this->skyModel->addVertex (0.5*size, -0.5*size, -0.5*size);
    194194
     195  this->skyModel->addVertexTexture (0.0, 1.0);
     196  this->skyModel->addVertexTexture (1.0, 1.0);
     197  this->skyModel->addVertexTexture (1.0, 0.0);
    195198  this->skyModel->addVertexTexture (0.0, 0.0);
    196   this->skyModel->addVertexTexture (1.0, 0.0);
    197   this->skyModel->addVertexTexture (1.0, 1.0);
    198   this->skyModel->addVertexTexture (0.0, 1.0);
    199199
    200200  this->skyModel->addVertexNormal (0.0, 0.0, 1.0);
Note: See TracChangeset for help on using the changeset viewer.