Changeset 10473 in orxonox.OLD for trunk/src/world_entities/planet.cc
- Timestamp:
- Jan 29, 2007, 12:55:48 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/planet.cc
r10432 r10473 58 58 PrimitiveModel* model = new PrimitiveModel(PRIM_SPHERE, this->size, 50); 59 59 this->setModel(model); 60 61 this->cloudModel = new PrimitiveModel(PRIM_SPHERE, this->size + 1, 50);62 60 } 63 61
Note: See TracChangeset
for help on using the changeset viewer.