Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4620 in orxonox.OLD for orxonox/trunk/src/world_entities/skybox.cc


Ignore:
Timestamp:
Jun 13, 2005, 11:06:30 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: the Sky is farther now

File:
1 edited

Legend:

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

    r4597 r4620  
    6868{
    6969  this->setClassID(CL_SKYBOX, "SkyBox");
     70
     71  this->size = 1900.0;
    7072
    7173  this->skyModel = NULL;
     
    8486void SkyBox::postInit(void)
    8587{
    86   this->setSize(1900.0);
    8788  this->rebuild();
    8889}
     
    161162{
    162163  this->size = size;
     164  this->rebuild();
    163165}
    164166
Note: See TracChangeset for help on using the changeset viewer.