Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 10473 in orxonox.OLD for trunk/src/world_entities/planet.cc


Ignore:
Timestamp:
Jan 29, 2007, 12:55:48 AM (19 years ago)
Author:
patrick
Message:

more cameara bugs fixed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/planet.cc

    r10432 r10473  
    5858  PrimitiveModel* model = new PrimitiveModel(PRIM_SPHERE, this->size, 50);
    5959  this->setModel(model);
    60 
    61   this->cloudModel = new PrimitiveModel(PRIM_SPHERE, this->size + 1, 50);
    6260}
    6361
Note: See TracChangeset for help on using the changeset viewer.